Click or drag to resize
AudioMixerMediaHandler Constructor (WaveFormat)
Initializes a new instance of the AudioMixerMediaHandler class with default packetization time (20ms).

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioMixerMediaHandler(
	WaveFormat waveFormat
)

Parameters

waveFormat
Type: Ozeki.MediaWaveFormat
The format of the mixed audio data.
See Also