KStudioClient.CreateMonitorAsync Method

Creates a monitor.

Syntax

public:
IAsyncOperation<KStudioMonitor^ >^ CreateMonitorAsync(
         KStudioEventStreamSelectorCollection^ streamSelectorCollection,
         KStudioMonitorFlags flags
)  

Parameters

streamSelectorCollection
Type: KStudioEventStreamSelectorCollection 

A stream selector collection.

flags
Type: KStudioMonitorFlags 

Flags to control creating a monitor.

Return value

Type: IAsyncOperation<KStudioMonitor^ > 

The monitor.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members