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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected AudioStreamPlayback(
	WaveFormat format,
	uint packetizationTime
)

Parameters

format
Type: Ozeki.MediaWaveFormat
The format of the audio stream
packetizationTime
Type: SystemUInt32
The time between the send events (in milliseconds).
See Also