C# Класс Windows8.Conference.WebRTC.VideoCaptureProvider

Наследование: FM.IceLink.WebRTC.VideoCaptureProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetFrameRateDistance ( VideoEncodingProperties vep ) : int
GetSizeDistance ( VideoEncodingProperties vep ) : int
PropertiesChanges ( object>.IObservableMap sender, IMapChangedEventArgs @event ) : void
StartAsync ( MediaCaptureInitializationSettings settings ) : void
StopAsync ( ) : void

Описание методов

Destroy() публичный Метод

public Destroy ( ) : void
Результат void

GetDeviceNames() публичный Метод

public GetDeviceNames ( ) : string[]
Результат string[]

GetFrontDeviceNumber() публичный Метод

Gets the front device number.
public GetFrontDeviceNumber ( ) : int
Результат int

GetLabel() публичный Метод

public GetLabel ( ) : string
Результат string

GetPreviewControl() публичный Метод

public GetPreviewControl ( ) : object
Результат object

GetRearDeviceNumber() публичный Метод

Gets the rear device number.
public GetRearDeviceNumber ( ) : int
Результат int

GetVideoDeviceInfo() публичный статический Метод

public static GetVideoDeviceInfo ( int videoDeviceNumber ) : DeviceInformation
videoDeviceNumber int
Результат Windows.Devices.Enumeration.DeviceInformation

GetVideoDeviceInfos() публичный статический Метод

public static GetVideoDeviceInfos ( ) : DeviceInformationCollection
Результат DeviceInformationCollection

Initialize() публичный Метод

public Initialize ( VideoCaptureInitializeArgs captureArgs ) : void
captureArgs VideoCaptureInitializeArgs
Результат void

Start() публичный Метод

public Start ( ) : bool
Результат bool

Stop() публичный Метод

public Stop ( ) : void
Результат void