Click or drag to resize
MP3StreamPlayback Constructor (String)
Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms). The audio stream will not be cached and will be played only once.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MP3StreamPlayback(
	string audioFilePath
)

Parameters

audioFilePath
Type: SystemString
The path of the playback audio file
See Also