Contains encoded media data.
| C# | Visual Basic | Visual 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 )
- 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.