ApplicationClip.GetLocalClipStreamAsync Method

Gets a stream associated with the locally saved clip.

Locally saved clips may be deleted when available free space is low. In this case, this method returns an error indicating that the clip cannot be found.

The system will not delete the locally saved clip as long as the title holds a reference to the IRandomAccessStream object returned by this method.

Syntax

public:
IAsyncOperation<IRandomAccessStream^ >^ GetLocalClipStreamAsync()  

Return value

Type: IAsyncOperation<IRandomAccessStream^ > 

The stream.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClip Class

ApplicationClip Members

Windows.Xbox.Media.Capture Namespace