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: 1.8.12.0 (1.8.12)
Syntax
public CodecDescription GetCodecDescription(
	MediaType mediaType,
	int payloadType
)

Parameters

mediaType
Type: Ozeki.MediaMediaType
Audio/video
payloadType
Type: SystemInt32
The payload type of the codec

Return Value

Type: CodecDescription
The codec description
See Also