|
IDL Reference Guide: Procedures and Functions |
|
The QUERY_WAV function checks that the file is actually a .WAV file and that the READ_WAV function can read the data in the file. Optionally, it can return additional information about the data in the file.
Result = QUERY_WAV ( Filename[, Info] )
This routine returns a long with the value of 1 (one) if the query was successful (and the file type was correct) or 0 (zero) on failure.
A scalar string containing the full pathname of the .WAV file to read.
An anonymous structure containing information about the data in the file. The fields are defined as:
None.
IDL Online Help (March 06, 2007)