Click or drag to resize
AudioMixerEnqueueData Method
Adds audio data to the mixing queue.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void EnqueueData(
	int sourceId,
	WaveFormat format,
	byte[] data
)

Parameters

sourceId
Type: SystemInt32
The unique identifier of the source.
format
Type: Ozeki.MediaWaveFormat
The format of the enqueued data.
data
Type: SystemByte
The raw data.
See Also