#include <AmAudioFile.h>
Inheritance diagram for AmAudioFileFormat:

Public Member Functions | |
| AmAudioFileFormat (const string &name, int subtype=-1) | |
| string | getName () |
| int | getSubtypeId () |
| virtual amci_subtype_t * | getSubtype () |
| void | setSubtypeId (int subtype_id) |
Protected Member Functions | |
| int | getCodecId () |
| AmAudioFileFormat::AmAudioFileFormat | ( | const string & | name, | |
| int | subtype = -1 | |||
| ) |
Constructor for file based formats. All information are taken from the plug-in description.
| name | The file format name (ex. "Wav"). | |
| subtype | Subtype for the file format (see amci.h). |
| string AmAudioFileFormat::getName | ( | ) | [inline] |
| int AmAudioFileFormat::getSubtypeId | ( | ) | [inline] |
| amci_subtype_t * AmAudioFileFormat::getSubtype | ( | ) | [virtual] |
1.5.1