Click or drag to resize

CodecInfo Constructor

Initializes a new instance of the CodecInfo class.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public CodecInfo(
	int payloadType,
	string name,
	int sampleRate,
	bool enabled,
	CodecMediaType type
)

Parameters

payloadType
Type: SystemInt32
The payload of the codec.
name
Type: SystemString
The name of the codec.
sampleRate
Type: SystemInt32
The name of the codec.
enabled
Type: SystemBoolean
Boolean value whether the codec is enabled.
type
Type: Ozeki.MediaCodecMediaType
Gets the media type of the codec.
See Also