Ozeki VoIP SDK Class library
CodecDescription Constructor (cpt, name, sampleRate, channels, mediaType, encodingParams)
NamespacesOzeki.Media.SessionCodecDescriptionCodecDescription(Int32, String, Int32, Int32, MediaType, String)
Initializes a new instance of the CodecDescription class
Declaration Syntax
C#Visual BasicVisual C++
public CodecDescription(
	int cpt,
	string name,
	int sampleRate,
	int channels,
	MediaType mediaType,
	string encodingParams = null
)
Public Sub New ( 
	cpt As Integer,
	name As String,
	sampleRate As Integer,
	channels As Integer,
	mediaType As MediaType,
	Optional encodingParams As String = Nothing
)
public:
CodecDescription(
	int cpt, 
	String^ name, 
	int sampleRate, 
	int channels, 
	MediaType mediaType, 
	String^ encodingParams = nullptr
)
Parameters
cpt (Int32)
name (String)
sampleRate (Int32)
channels (Int32)
mediaType (MediaType)
encodingParams (String) (Optional)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649