Click or drag to resize

AudioStreamPlayback Constructor (Stream, Boolean, Boolean)

Initializes a new instance of the AudioStreamPlayback class with default packetization time (20ms).

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
protected AudioStreamPlayback(
	Stream stream,
	bool repeat,
	bool cacheStream
)

Parameters

stream
Type: System.IOStream
The stream
repeat
Type: SystemBoolean
A boolean value that is used to infinitely repeat the audio
cacheStream
Type: SystemBoolean
Indicates whether the stream is being cached in memory
See Also