WaveStreamPlayback Constructor (String, Boolean, Boolean, UInt32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public WaveStreamPlayback(
string audioFilePath,
bool repeat,
bool cacheStream,
uint packetizationTime
)
Public Sub New (
audioFilePath As String,
repeat As Boolean,
cacheStream As Boolean,
packetizationTime As UInteger
)
public:
WaveStreamPlayback(
String^ audioFilePath,
bool repeat,
bool cacheStream,
unsigned int packetizationTime
)
new :
audioFilePath : string *
repeat : bool *
cacheStream : bool *
packetizationTime : uint32 -> WaveStreamPlayback
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 - packetizationTime
- Type: SystemUInt32
The time between the send events (in milliseconds).
See Also