Creates a Playback to play events from the file at the supplied path.
public:
IAsyncOperation<KStudioPlayback^ >^ CreatePlaybackFromFilePathAsync(
String^ filePath,
KStudioEventStreamSelectorCollection^ streamSelectorCollection,
KStudioPlaybackFlags flags
)
filePath
Type: String
The path to the file from which to create the playback.
streamSelectorCollection
Type: KStudioEventStreamSelectorCollection
The stream selector.
flags
Type: KStudioPlaybackFlags
Options for playback creation.
Type: IAsyncOperation<KStudioPlayback^ >
In order to playback to streams from the remote service, the client needs to be connected to the service and the file needs to be a remote file.
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd