OGGStreamPlayback(String, Boolean, Boolean) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic OGGStreamPlayback(
string audioFilePath,
bool repeat,
bool cacheStream
)
Public Sub New (
audioFilePath As String,
repeat As Boolean,
cacheStream As Boolean
)
public:
OGGStreamPlayback(
String^ audioFilePath,
bool repeat,
bool cacheStream
)
new :
audioFilePath : string *
repeat : bool *
cacheStream : bool -> OGGStreamPlaybackParameters
- audioFilePath String
-
- repeat Boolean
-
- cacheStream Boolean
-
See Also