Initializes a new instance of the 
AudioData class.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic AudioData(
	AudioFormat format,
	byte[] data,
	uint timestamp
)
Public Sub New ( 
	format As AudioFormat,
	data As Byte(),
	timestamp As UInteger
)
public:
AudioData(
	AudioFormat^ format, 
	array<unsigned char>^ data, 
	unsigned int timestamp
)
new : 
        format : AudioFormat * 
        data : byte[] * 
        timestamp : uint32 -> AudioDataParameters
- format
 - Type: Ozeki.MediaAudioFormat
The format of the audio data. - data
 - Type: SystemByte
The audio data. - timestamp
 - Type: SystemUInt32
The timestamp for the audio data. 
See Also