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.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public List<TFormat> ReceiveFormats { get; }
Public ReadOnly Property ReceiveFormats As List(Of TFormat)
Get
public:
virtual property List<TFormat>^ ReceiveFormats {
List<TFormat>^ get () sealed;
}
abstract ReceiveFormats : List<'TFormat> with get
override ReceiveFormats : List<'TFormat> with get
Property Value
Type:
ListTFormatImplements
IMediaReceiverTData, TFormatReceiveFormatsSee Also