Click or drag to resize
WaveFileReader Constructor (String)
Initializes a new instance of the WaveFileReader class.

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

Parameters

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