C# Class KSUtil.Recording

Recording class, which supports recording streams from the Kinect sensor
显示文件 Open project: angelaHillier/KSUtil

Public Methods

Method Description
RecordClip ( KStudioClient client, string filePath, System.TimeSpan duration, IEnumerable streamNames ) : void

Records streams from the Kinect sensor to an event file

Method Details

RecordClip() public static method

Records streams from the Kinect sensor to an event file
public static RecordClip ( KStudioClient client, string filePath, System.TimeSpan duration, IEnumerable streamNames ) : void
client KStudioClient KStudioClient which is connected to the Kinect service
filePath string Path to new event file which will be created for recording
duration System.TimeSpan How long the recording should last before being stopped
streamNames IEnumerable Collection of streams to include in the recording
return void