ApplicationClip.TitleData Property

A title-defined string that is stored with the clip.

Titles use the ApplicationClipInfo class to set this information in the clip at the time of recording or use the UpdateClipMetadataAsync class to change this information once the clip has been uploaded to the cloud.

Syntax

public:
property String^ TitleData {
         String^ get ();
}  

Property value

Type: String 

 The title-defined string.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClip Class

ApplicationClip Members

Windows.Xbox.Media.Capture Namespace