MP3StreamPlayback(Stream, Boolean, Boolean) Constructor |
Initializes a new instance of the
MP3StreamPlayback class with default packetization time (20ms).
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic MP3StreamPlayback(
Stream stream,
bool repeat,
bool cacheStream
)
Public Sub New (
stream As Stream,
repeat As Boolean,
cacheStream As Boolean
)
public:
MP3StreamPlayback(
Stream^ stream,
bool repeat,
bool cacheStream
)
new :
stream : Stream *
repeat : bool *
cacheStream : bool -> MP3StreamPlayback
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
See Also