MCPcopy Create free account
hub / github.com/adamstark/AudioFile / AudioFileFormat

Enum AudioFileFormat

AudioFile.h:74–80  ·  view source on GitHub ↗

============================================================= The different types of audio file, plus some other types to * indicate a failure to load a file, or that one hasn't been * loaded yet */

Source from the content-addressed store, hash-verified

72 * loaded yet
73 */
74enum class AudioFileFormat
75{
76 Error,
77 NotLoaded,
78 Wave,
79 Aiff
80};
81
82//=============================================================
83template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected