MP3StreamPlayback Constructor (String, Boolean, Boolean) |
Initializes a new instance of the
MP3StreamPlayback class with default packetization time (20ms)
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MP3StreamPlayback(
string audioFilePath,
bool repeat,
bool cacheStream
)
Public Sub New (
audioFilePath As String,
repeat As Boolean,
cacheStream As Boolean
)
public:
MP3StreamPlayback(
String^ audioFilePath,
bool repeat,
bool cacheStream
)
new :
audioFilePath : string *
repeat : bool *
cacheStream : bool -> MP3StreamPlayback
Parameters
- audioFilePath
- Type: SystemString
The path of the playback audio file - 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