Inheritance diagram for DzAudioImporter:

Methods | |
| String | getDescription () |
| String | getExtension () |
| DzError | loadAudio (String filename, DzAudioClip clip, DzFileIOSettings options) |
| DzError | loadAudio (String filename, DzAudioClip clip) |
| Boolean | recognize (String filename) |
| String DzAudioImporter::getDescription | ( | ) |
| String DzAudioImporter::getExtension | ( | ) |
| DzError DzAudioImporter::loadAudio | ( | String | filename, | |
| DzAudioClip | clip, | |||
| DzFileIOSettings | options | |||
| ) |
Reads the file.
| filename | Name of the file to be read. | |
| clip | Audio clip to read data into. | |
| options | Options for loading the audio clip. |
| DzError DzAudioImporter::loadAudio | ( | String | filename, | |
| DzAudioClip | clip | |||
| ) |
Reads the file.
| filename | Name of the file to be read. | |
| clip | Audio clip to read data into. |
Test the given filename and file contents to see if this importer can read it.
| filename | The name of the file to test. |