Click or drag to resize

AudioStreamPlayback(WaveFormat, UInt32) Constructor

Initializes a new instance of the AudioStreamPlayback class.

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

Parameters

format  WaveFormat
The format of the audio stream
packetizationTime  UInt32
The time between the send events (in milliseconds).
See Also