Click or drag to resize

WaveDataReaderFromFile Method

Creates a WaveDataReader instance created from a WAV file.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static WaveDataReader FromFile(
	string fileName
)
View Source

Parameters

fileName  String
The name of the WAV file.

Return Value

WaveDataReader
The WaveData instance created from a WAV file.
See Also