C# Class Com.Aote.Attachs.VideoAttach

Show file Open project: DuBin1988/restv2

Public Properties

Property Type Description
VideoDeviceProperty System.Windows.DependencyProperty
VideoSourceProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCaptureSource ( DependencyObject d ) : bool
GetVideoSource ( DependencyObject d ) : System.Windows.Media.CaptureSource
SetCaptureSource ( DependencyObject d, bool value ) : void
SetVideoSource ( DependencyObject d, System.Windows.Media.CaptureSource value ) : void

Private Methods

Method Description
CaptureSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
VideoSouceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetCaptureSource() public static method

public static GetCaptureSource ( DependencyObject d ) : bool
d System.Windows.DependencyObject
return bool

GetVideoSource() public static method

public static GetVideoSource ( DependencyObject d ) : System.Windows.Media.CaptureSource
d System.Windows.DependencyObject
return System.Windows.Media.CaptureSource

SetCaptureSource() public static method

public static SetCaptureSource ( DependencyObject d, bool value ) : void
d System.Windows.DependencyObject
value bool
return void

SetVideoSource() public static method

public static SetVideoSource ( DependencyObject d, System.Windows.Media.CaptureSource value ) : void
d System.Windows.DependencyObject
value System.Windows.Media.CaptureSource
return void

Property Details

VideoDeviceProperty public static property

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

VideoSourceProperty public static property

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