Ozeki VoIP SDK Class library
EncodedMediaData Constructor (codecName, sampleRate, channels, pcmData, voipMediaType)
NamespacesOzeki.VoIPEncodedMediaDataEncodedMediaData(String, Int32, Int32, array<Byte>[]()[][], VoIPMediaType)
Contains encoded media data.
Declaration Syntax
C#Visual BasicVisual C++
public EncodedMediaData(
	string codecName,
	int sampleRate,
	int channels,
	byte[] pcmData,
	VoIPMediaType voipMediaType
)
Public Sub New ( _
	codecName As String, _
	sampleRate As Integer, _
	channels As Integer, _
	pcmData As Byte(), _
	voipMediaType As VoIPMediaType _
)
public:
EncodedMediaData(
	String^ codecName, 
	int sampleRate, 
	int channels, 
	array<unsigned char>^ pcmData, 
	VoIPMediaType voipMediaType
)
Parameters
codecName (String)
The name of the codec that is used to encode the data.
sampleRate (Int32)
The samplerate of media data.
channels (Int32)
The number of channels of media data.
pcmData (array<Byte>[]()[][])
The byte array that contains the encoded data.
voipMediaType (VoIPMediaType)
The type of media data.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243