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.3.199.0
Syntax
public CodecDescription GetCodecDescription(
	MediaType mediaType,
	int payloadType
)

Parameters

mediaType
Type: MediaType
Audio/video
payloadType
Type: SystemInt32
The payload type of the codec

Return Value

Type: CodecDescription
The codec description
See Also