C# 클래스 KSUtil.Recording

Recording class, which supports recording streams from the Kinect sensor
파일 보기 프로젝트 열기: angelaHillier/KSUtil

공개 메소드들

메소드 설명
RecordClip ( KStudioClient client, string filePath, System.TimeSpan duration, IEnumerable streamNames ) : void

Records streams from the Kinect sensor to an event file

메소드 상세

RecordClip() 공개 정적인 메소드

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
리턴 void