Click or drag to resize

RawStreamPlayback Constructor (String, WaveFormat)

Initializes a new instance of the RawStreamPlayback class.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public RawStreamPlayback(
	string audioFilePath,
	WaveFormat format
)

Parameters

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