Click or drag to resize
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.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void SetPreferredSendFormats(
	List<TFormat> formats
)

Parameters

formats
Type: System.Collections.GenericListTFormat
The media formats in order.
See Also