Click or drag to resize

MediaDescriptionGetCodecDescription Method

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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public CodecDescription GetCodecDescription(
	MediaType mediaType,
	int payloadType
)

Parameters

mediaType  MediaType
Audio/video
payloadType  Int32
The payload type of the codec

Return Value

CodecDescription
The codec description
See Also