AudioStreamPlayback Constructor (String) |
Initializes a new instance of the
AudioStreamPlayback class with default packetization time (20ms).
The audio stream will not be cached and will be played only once.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected AudioStreamPlayback(
string audioFilePath
)
Protected Sub New (
audioFilePath As String
)
protected:
AudioStreamPlayback(
String^ audioFilePath
)
new :
audioFilePath : string -> AudioStreamPlayback
Parameters
- audioFilePath
- Type: SystemString
The path of the playback audio file
See Also