Click or drag to resize
RawFileReader Constructor (String, WaveFormat)
Initializes a new instance of the RawFileReader class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RawFileReader(
	string path,
	WaveFormat format
)

Parameters

path
Type: SystemString
format
Type: Ozeki.MediaWaveFormat
See Also