C# Class CCT.NUI.TestDataCollector.VideoViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Show file Open project: an83/KinectTouch2

Public Methods

Method Description
ChangeOption ( ) : void
Dispose ( ) : void
VideoViewModel ( ClusterDataSourceSettings clusterDataSourceSettings, ShapeDataSourceSettings shapeDataSourceSettings, HandDataSourceSettings handDataSourceSettings ) : System

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Private Methods

Method Description
CaptureFrame ( ) : void
CaptureFrameDelayed ( ) : void
CaptureFrameDelayed ( System.TimeSpan delay ) : void
StartDepthSource ( ) : void
ToggleLayers ( ) : void

Method Details

ChangeOption() public method

public ChangeOption ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property ) : void
property string
return void

VideoViewModel() public method

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
return System