Click or drag to resize

WaveStreamPlayback(Stream, Boolean, Boolean, UInt32) Constructor

Initializes a new instance of the WaveStreamPlayback class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected WaveStreamPlayback(
	Stream stream,
	bool repeat,
	bool cacheStream,
	uint packetizationTime
)

Parameters

stream  Stream
The stream
repeat  Boolean
A boolean value that is used to infinitely repeat the audio
cacheStream  Boolean
Indicates whether the stream is being cached in memory
packetizationTime  UInt32
The time between the send events (in milliseconds).
See Also