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.4.54.0
Syntax
public CodecInfo(
	int payloadType,
	string name,
	int sampleRate,
	bool enabled,
	CodecMediaType type
)

Parameters

payloadType  Int32
The payload of the codec.
name  String
The name of the codec.
sampleRate  Int32
The name of the codec.
enabled  Boolean
Boolean value whether the codec is enabled.
type  CodecMediaType
Gets the media type of the codec.
See Also