Method | Description | |
---|---|---|
PlaybackClip ( KStudioClient client, string filePath, IEnumerable |
Plays an event file to the Kinect service
|
Method | Description | |
---|---|---|
VerifyStreamsForPlayback ( KStudioClient client, string filePath, IEnumerable |
Verifies that the streams selected for playback exist in the file and are capable of being played on the service
|
public static PlaybackClip ( KStudioClient client, string filePath, IEnumerable |
||
client | KStudioClient | KStudioClient which is connected to the Kinect service |
filePath | string | Path to event file which is targeted for playback |
streamNames | IEnumerable |
Collection of streams to include in the playback session |
loopCount | uint | Number of times the playback should be repeated before stopping |
return | void |