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

Property Value

Type: ListAudioFormat

Implements

IMediaReceiverTData, TFormatReceiveFormats
See Also