Click or drag to resize
MediaDescription.GetCodecDescription 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.Media.MediaType
Audio/video
payloadType
Type: System.Int32
The payload type of the codec

Return Value

Type: CodecDescription
The codec description
See Also