class PWAVFile |
A class representing a WAV audio file
Overrides from class PObject
Overrides from class PChannel
File manipulation functions
File channel functions
Information functions
Reading functions
Writing functions
Miscellaneous functions
Error functions
Run Time Type functions
I/O functions
Comparison functions
A class representing a WAV audio file
If a WAV file is being created, the type parameter can be used to create a PCM Wave file or a G.723.1 Wave file by using WaveType enum
If a WAV file is being created, the type parameter can be used to create a PCM Wave file or a G.723.1 Wave file by using WaveType enum
The PChannel::IsOpen() function may be used after object construction to determine if the file was successfully opened.
The PChannel::IsOpen() function may be used after object construction to determine if the file was successfully opened.
If there has not been a filename attached to the file object (via SetFilePath(), the name parameter or a previous open) then a new unique temporary filename is generated.
Note: if mode is StandardInput, StandardOutput or StandardError, then the name parameter is ignored.
Note that for a WAV file, the origin of the file is right after the header. That is, the WAV header is not included when perform SetPosition().
Alphabetic index HTML hierarchy of classes or Java