Initializes a new instance of the AudioData class.

C# | Visual Basic | Visual C++ |
public AudioData( AudioFormat format, byte[] data, AudioType audioType, double timeStamp = 0 )
Public Sub New ( format As AudioFormat, data As Byte(), audioType As AudioType, Optional timeStamp As Double = 0 )
public: AudioData( AudioFormat^ format, array<unsigned char>^ data, AudioType audioType, double timeStamp = 0 )

- format (AudioFormat)
- The format of the audio data.
- data (array<Byte>[]()[][])
- The audio data.
- audioType (AudioType)
- The audio type of the data
- timeStamp (Double) (Optional)
- Timestamp value in seconds for this piece of audio data.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649