ApplicationClipQuery.GetClipsForServiceConfigurationAsync Method

Get the clips for a specified user and service configuration ID.

Syntax

public:
IAsyncOperation<IVectorView<ApplicationClip^ >^ >^ GetClipsForServiceConfigurationAsync(
         User^ owner,
         String^ serviceConfigId
)  

Parameters

owner
Type: User 

The user in the clips to return.

serviceConfigId
Type: String 

 The service config ID for the sessions in the clips to return.

Return value

Type: IAsyncOperation<IVectorView<ApplicationClip^ >^ > 

The collection of clips.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClipQuery Class

ApplicationClipQuery Members

Windows.Xbox.Media.Capture Namespace