Click or drag to resize
MP3StreamPlayback Constructor (Stream, Boolean, Boolean, UInt32)
Initializes a new instance of the MP3StreamPlayback class.

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

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
packetizationTime
Type: SystemUInt32
The time between the send events (in milliseconds).
See Also