C# 클래스 CCT.NUI.TestDataCollector.VideoViewModel

상속: INotifyPropertyChanged, IDisposable
파일 보기 프로젝트 열기: an83/KinectTouch2

공개 메소드들

메소드 설명
ChangeOption ( ) : void
Dispose ( ) : void
VideoViewModel ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings, HandDataSourceSettings handDataSourceSettings ) : System

보호된 메소드들

메소드 설명
OnPropertyChanged ( string property ) : void

비공개 메소드들

메소드 설명
CaptureFrame ( ) : void
CaptureFrameDelayed ( ) : void
CaptureFrameDelayed ( System.TimeSpan delay ) : void
StartDepthSource ( ) : void
ToggleLayers ( ) : void

메소드 상세

ChangeOption() 공개 메소드

public ChangeOption ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string property ) : void
property string
리턴 void

VideoViewModel() 공개 메소드

public VideoViewModel ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings, HandDataSourceSettings handDataSourceSettings ) : System
clusterDataSourceSettings CCT.NUI.Core.Clustering.ClusterDataSourceSettings
shapeDataSourceSettings CCT.NUI.Core.Shape.ShapeDataSourceSettings
handDataSourceSettings CCT.NUI.HandTracking.HandDataSourceSettings
리턴 System