Click or drag to resize

RawStreamPlayback(String, WaveFormat) Constructor

Initializes a new instance of the RawStreamPlayback class.

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

Parameters

audioFilePath  String
The path of the playback audio file
format  WaveFormat
The format of the audio data
See Also