ApplicationClipLocation.Expiration Property

Indicates when the clip will expire.

Local clips do not expire as long as a game holds a reference to a corresponding IRandomAccessStream returned from GetLocalClipStreamAsync method. Unexpired clips use disk space, so holding too many clips can fill the disk, preventing new clips from being created.

Syntax

public:
property DateTime Expiration {
         DateTime get ();
}  

Property value

Type: DateTime 

 The expiration time.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClipLocation Class

ApplicationClipLocation Members

Windows.Xbox.Media.Capture Namespace