C# Class CCT.NUI.TestDataCollector.VideoViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: an83/KinectTouch2

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string property ) : void

Private Methods

Méthode Description
CaptureFrame ( ) : void
CaptureFrameDelayed ( ) : void
CaptureFrameDelayed ( System.TimeSpan delay ) : void
StartDepthSource ( ) : void
ToggleLayers ( ) : void

Method Details

ChangeOption() public méthode

public ChangeOption ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property ) : void
property string
Résultat void

VideoViewModel() public méthode

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
Résultat System