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