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

Parameters

payloadType  Int32
 
name  String
 
sampleRate  Int32
 
enabled  Boolean
 
type  CodecMediaType
 
See Also