IMediaSenderTData, TFormatSetPreferredSendFormats Method |
Sets the preferred send formats of the media sender. It will be send the media data in that media format if it is possible.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void SetPreferredSendFormats(
List<TFormat> formats
)
Sub SetPreferredSendFormats (
formats As List(Of TFormat)
)
void SetPreferredSendFormats(
List<TFormat>^ formats
)
abstract SetPreferredSendFormats :
formats : List<'TFormat> -> unit
Parameters
- formats
- Type: System.Collections.GenericListTFormat
The media formats in order.
See Also