Click or drag to resize

MediaFileIsWavProperFormat Method

Determines if the Wav file is the proper format to be written to CD The proper format is uncompressed PCM, 44.1KHz, Stereo

Namespace:  IMAPI2.axlib
Assembly:  CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static bool IsWavProperFormat(
	string wavFile
)

Parameters

wavFile
Type: SystemString
the selected wav file

Return Value

Type: Boolean
true if proper format, otherwise false
See Also