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