MP3StreamPlayback(Stream, Boolean, Boolean, UInt32) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxprotected MP3StreamPlayback(
Stream stream,
bool repeat,
bool cacheStream,
uint packetizationTime
)
Protected Sub New (
stream As Stream,
repeat As Boolean,
cacheStream As Boolean,
packetizationTime As UInteger
)
protected:
MP3StreamPlayback(
Stream^ stream,
bool repeat,
bool cacheStream,
unsigned int packetizationTime
)
new :
stream : Stream *
repeat : bool *
cacheStream : bool *
packetizationTime : uint32 -> 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
- packetizationTime UInt32
- The time between the send events (in milliseconds).
See Also