AudioStreamPlayback(String, Boolean, Boolean) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxprotected AudioStreamPlayback(
string audioFilePath,
bool repeat,
bool cacheStream
)
Protected Sub New (
audioFilePath As String,
repeat As Boolean,
cacheStream As Boolean
)
protected:
AudioStreamPlayback(
String^ audioFilePath,
bool repeat,
bool cacheStream
)
new :
audioFilePath : string *
repeat : bool *
cacheStream : bool -> AudioStreamPlaybackParameters
- audioFilePath String
-
- repeat Boolean
-
- cacheStream Boolean
-
See Also