Click or drag to resize

MediaDescriptionExGetFmtpString Method

Gets the parameters of the codec with the specified payload type.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static string GetFmtpString(
	MediaDescription mediaDescription,
	MediaType mediaType,
	int payloadType
)

Parameters

mediaDescription
Type: Ozeki.MediaMediaDescription
mediaType
Type: MediaType
payloadType
Type: SystemInt32

Return Value

Type: String
If present then the fmtp string; otherwise null.
See Also