C# Class CatenaLogic.Windows.Presentation.WebcamPlayer.CapPlayer

Inheritance: Image, IDisposable
Show file Open project: raouldc/OptiDev Class Usage Examples

Public Properties

Property Type Description
DeviceProperty System.Windows.DependencyProperty
FramerateProperty System.Windows.DependencyProperty
RotationProperty System.Windows.DependencyProperty

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
CleanUpDevice ( CapDevice device ) : void

Cleans up a specific device

DeviceProperty_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RotationProperty_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
device_OnNewBitmapReady ( object sender, EventArgs e ) : void

Invoked when a new bitmap is ready

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

DeviceProperty public static property

public static DependencyProperty,System.Windows DeviceProperty
return System.Windows.DependencyProperty

FramerateProperty public static property

public static DependencyProperty,System.Windows FramerateProperty
return System.Windows.DependencyProperty

RotationProperty public static property

public static DependencyProperty,System.Windows RotationProperty
return System.Windows.DependencyProperty