C# 클래스 AvCapWPF.CapDevice

상속: System.Windows.DependencyObject, IDisposable
파일 보기 프로젝트 열기: evilmachina/theMachine

공개 프로퍼티들

프로퍼티 타입 설명
BitmapSourceProperty System.Windows.DependencyProperty
FramerateProperty System.Windows.DependencyProperty
SystemDeviceEnum System.Guid
VideoInputDevice System.Guid

공개 메소드들

메소드 설명
CapDevice ( ) : System
CapDevice ( string moniker ) : System
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CapDevice() 공개 메소드

public CapDevice ( ) : System
리턴 System

CapDevice() 공개 메소드

public CapDevice ( string moniker ) : System
moniker string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

BitmapSourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BitmapSourceProperty
리턴 System.Windows.DependencyProperty

FramerateProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows FramerateProperty
리턴 System.Windows.DependencyProperty

SystemDeviceEnum 공개적으로 정적으로 프로퍼티

public static Guid,System SystemDeviceEnum
리턴 System.Guid

VideoInputDevice 공개적으로 정적으로 프로퍼티

public static Guid,System VideoInputDevice
리턴 System.Guid