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