Click or drag to resize
AudioData Constructor
Initializes a new instance of the AudioData class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioData(
	AudioFormat format,
	byte[] data,
	uint timestamp
)

Parameters

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