C# Class AvCapWPF.CapDevice

Inheritance: System.Windows.DependencyObject, IDisposable
Afficher le fichier Open project: evilmachina/theMachine

Méthodes publiques

Свойство Type Description
BitmapSourceProperty System.Windows.DependencyProperty
FramerateProperty System.Windows.DependencyProperty
SystemDeviceEnum System.Guid
VideoInputDevice System.Guid

Méthodes publiques

Méthode Description
CapDevice ( ) : System
CapDevice ( string moniker ) : System
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
CreateFileMapping ( IntPtr hFile, IntPtr lpFileMappingAttributes, uint flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, string lpName ) : IntPtr
MapViewOfFile ( IntPtr hFileMappingObject, uint dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap ) : IntPtr
Release ( ) : void
RunWorker ( ) : void
UpdateFramerate ( ) : void
capGrabber_NewFrameArrived ( object sender, EventArgs e ) : void
capGrabber_PropertyChanged ( object sender, System e ) : void

Method Details

CapDevice() public méthode

public CapDevice ( ) : System
Résultat System

CapDevice() public méthode

public CapDevice ( string moniker ) : System
moniker string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

BitmapSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows BitmapSourceProperty
Résultat System.Windows.DependencyProperty

FramerateProperty public_oe static_oe property

public static DependencyProperty,System.Windows FramerateProperty
Résultat System.Windows.DependencyProperty

SystemDeviceEnum public_oe static_oe property

public static Guid,System SystemDeviceEnum
Résultat System.Guid

VideoInputDevice public_oe static_oe property

public static Guid,System VideoInputDevice
Résultat System.Guid