AbstractMediaReceiverTData, TFormatSetReceiveFormats Method |
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected void SetReceiveFormats(
params TFormat[] formats
)
Protected Sub SetReceiveFormats (
ParamArray formats As TFormat()
)
protected:
void SetReceiveFormats(
... array<TFormat>^ formats
)
member SetReceiveFormats :
formats : 'TFormat[] -> unit
Parameters
- formats
- Type: TFormat
See Also