Click or drag to resize
VideoHandlerReceiveFormats Property
Gets a list of video formats that the video handler can receive. If no video format specified, all formats are supported.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public List<VideoFormat> ReceiveFormats { get; }

Property Value

Type: ListVideoFormat

Implements

IMediaReceiverTData, TFormatReceiveFormats
See Also