C# Class Windows8.Conference.WebRTC.VideoCaptureProvider

Inheritance: FM.IceLink.WebRTC.VideoCaptureProvider
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk

Méthodes publiques

Méthode Description
Destroy ( ) : void
GetDeviceNames ( ) : string[]
GetFrontDeviceNumber ( ) : int

Gets the front device number.

GetLabel ( ) : string
GetPreviewControl ( ) : object
GetRearDeviceNumber ( ) : int

Gets the rear device number.

GetVideoDeviceInfo ( int videoDeviceNumber ) : DeviceInformation
GetVideoDeviceInfos ( ) : DeviceInformationCollection
Initialize ( VideoCaptureInitializeArgs captureArgs ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
GetFrameRateDistance ( VideoEncodingProperties vep ) : int
GetSizeDistance ( VideoEncodingProperties vep ) : int
PropertiesChanges ( object>.IObservableMap sender, IMapChangedEventArgs @event ) : void
StartAsync ( MediaCaptureInitializationSettings settings ) : void
StopAsync ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

GetDeviceNames() public méthode

public GetDeviceNames ( ) : string[]
Résultat string[]

GetFrontDeviceNumber() public méthode

Gets the front device number.
public GetFrontDeviceNumber ( ) : int
Résultat int

GetLabel() public méthode

public GetLabel ( ) : string
Résultat string

GetPreviewControl() public méthode

public GetPreviewControl ( ) : object
Résultat object

GetRearDeviceNumber() public méthode

Gets the rear device number.
public GetRearDeviceNumber ( ) : int
Résultat int

GetVideoDeviceInfo() public static méthode

public static GetVideoDeviceInfo ( int videoDeviceNumber ) : DeviceInformation
videoDeviceNumber int
Résultat Windows.Devices.Enumeration.DeviceInformation

GetVideoDeviceInfos() public static méthode

public static GetVideoDeviceInfos ( ) : DeviceInformationCollection
Résultat DeviceInformationCollection

Initialize() public méthode

public Initialize ( VideoCaptureInitializeArgs captureArgs ) : void
captureArgs VideoCaptureInitializeArgs
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void