Click or drag to resize

MP3StreamPlayback(Stream) Constructor

Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms). The audio stream will not be cached and will be played only once.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public MP3StreamPlayback(
	Stream stream
)

Parameters

stream  Stream
The stream
See Also