Click or drag to resize

OGGStreamPlayback Constructor (String)

Initializes a new instance of the OGGStreamPlayback 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: 10.3.199.0
Syntax
public OGGStreamPlayback(
	string audioFilePath
)

Parameters

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