C# Class CCT.NUI.WPFSamples.VideoSurface

Mostra file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Pause ( ) : void
Play ( ) : void
SetPoints ( System.Windows.Media.Media3D.Point3D p1, System.Windows.Media.Media3D.Point3D p2, System.Windows.Media.Media3D.Point3D p3, System.Windows.Media.Media3D.Point3D p4 ) : void
Stop ( ) : void
VideoSurface ( string mediaSource ) : System

Protected Methods

Method Description
OnRequestRemove ( ) : void

Private Methods

Method Description
mediaElement_MediaEnded ( object sender, RoutedEventArgs e ) : void

Method Details

OnRequestRemove() protected method

protected OnRequestRemove ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

SetPoints() public method

public SetPoints ( System.Windows.Media.Media3D.Point3D p1, System.Windows.Media.Media3D.Point3D p2, System.Windows.Media.Media3D.Point3D p3, System.Windows.Media.Media3D.Point3D p4 ) : void
p1 System.Windows.Media.Media3D.Point3D
p2 System.Windows.Media.Media3D.Point3D
p3 System.Windows.Media.Media3D.Point3D
p4 System.Windows.Media.Media3D.Point3D
return void

Stop() public method

public Stop ( ) : void
return void

VideoSurface() public method

public VideoSurface ( string mediaSource ) : System
mediaSource string
return System