Click or drag to resize

WaveFileSave(String) Method

Saves wave file to the specified file name.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public void Save(
	string waveFileName
)
View Source

Parameters

waveFileName  String
Desired destination file name for wave file.
See Also