ApplicationClip.UpdateClipMetadataAsync Method

Update the meta data for a clip.

Syntax

public:
static IAsyncAction^ UpdateClipMetadataAsync(
         User^ user,
         String^ serviceConfigId,
         String^ cloudId,
         String^ localId,
         ApplicationClipUpdateMetadataInfo^ updateInfo
)  

Parameters

user
Type: User 

The user requesting the update.

serviceConfigId
Type: String 

 The configuration ID associated with the clip.

cloudId
Type: String 

 The cloudID associated with the clip.

localId
Type: String 

 The localID associated with the clip.

updateInfo
Type: ApplicationClipUpdateMetadataInfo 

The new metadata for the clip.

Return value

Type: IAsyncAction 

An interface for tracking the progress of the asynchronous call.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClip Class

ApplicationClip Members

Windows.Xbox.Media.Capture Namespace