Open a file for audio output. The file format is determined by the audio driver used.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static AoDevice OpenFile( AoDriver driver, string fileName, bool overwrite, int bitsPerSample, int sampleRate, int channels )
Return Value
An AoDevice representing the open device, null if it cannot be opened.