Click or drag to resize

CodecDescription Constructor

Initializes a new instance of the CodecDescription class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public CodecDescription(
	int cpt,
	string name,
	int sampleRate,
	int channels,
	MediaType mediaType,
	int bitrate = 0,
	int packetizationTime = 0,
	string encodingParams = null,
	string fmtp = null
)

Parameters

cpt
Type: SystemInt32
name
Type: SystemString
sampleRate
Type: SystemInt32
channels
Type: SystemInt32
mediaType
Type: MediaType
bitrate (Optional)
Type: SystemInt32
packetizationTime (Optional)
Type: SystemInt32
encodingParams (Optional)
Type: SystemString
fmtp (Optional)
Type: SystemString
See Also