WaveStreamPlayback Constructor (String) |
Initializes a new instance of the
WaveStreamPlayback 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 public WaveStreamPlayback(
string audioFilePath
)
Public Sub New (
audioFilePath As String
)
public:
WaveStreamPlayback(
String^ audioFilePath
)
new :
audioFilePath : string -> WaveStreamPlayback
Parameters
- audioFilePath
- Type: SystemString
The path of the playback audio file
See Also