C# 클래스 KSUtil.Playback

Playback class, which supports playing an event file to the Kinect service
파일 보기 프로젝트 열기: angelaHillier/KSUtil 1 사용 예제들

공개 메소드들

메소드 설명
PlaybackClip ( KStudioClient client, string filePath, IEnumerable streamNames, uint loopCount ) : void

Plays an event file to the Kinect service

비공개 메소드들

메소드 설명
VerifyStreamsForPlayback ( KStudioClient client, string filePath, IEnumerable playbackStreams ) : void

Verifies that the streams selected for playback exist in the file and are capable of being played on the service

메소드 상세

PlaybackClip() 공개 정적인 메소드

Plays an event file to the Kinect service
public static PlaybackClip ( KStudioClient client, string filePath, IEnumerable streamNames, uint loopCount ) : void
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
리턴 void