Click or drag to resize
AudioMixerMediaHandler Constructor (WaveFormat, Int32)
Initializes a new instance of the AudioMixerMediaHandler class.

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

Parameters

waveFormat
Type: Ozeki.MediaWaveFormat
The format of the mixed audio data.
packetizationTime
Type: SystemInt32
The time between the send events (in milliseconds).
See Also