| IMediaReceiverTData, TFormatReceiveFormats Property  | 
            Gets a list of media formats that the media handler can receive. If no media format specified, all formats are supported.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxList<TFormat> ReceiveFormats { get; }ReadOnly Property ReceiveFormats As List(Of TFormat)
	Get
property List<TFormat>^ ReceiveFormats {
	List<TFormat>^ get ();
}abstract ReceiveFormats : List<'TFormat> with get
Property Value
Type: 
ListTFormat
See Also