Click or drag to resize
AbstractMediaReceiverTData, TFormatReceiveFormats Property
Gets a list of media formats that the media handler can handle. If no media 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<TFormat> ReceiveFormats { get; }

Property Value

Type: ListTFormat

Implements

IMediaReceiverTData, TFormatReceiveFormats
See Also