#include "OSDLFileTags.h"
Go to the source code of this file.
Variables | |
const FileTag | FirstFreeTag = 5 |
const std::string | SoundTagDescription = "sound (PCM or IMA ADPCM)" |
const std::string | MusicTagDescription = "music (MP3)" |
const std::string | PaletteTagDescription = "color palette" |
const std::string | FrameTagDescription = "animation frame" |
const std::string | UnknownTagDescription = "unknown file format" |
const FileTag FirstFreeTag = 5 |
Definition at line 43 of file OSDLFileTags.cc.
Referenced by OSDL::IsAValidOSDLFileTag().
const std::string FrameTagDescription = "animation frame" |
Definition at line 50 of file OSDLFileTags.cc.
Referenced by OSDL::DescribeFileTag().
const std::string MusicTagDescription = "music (MP3)" |
Definition at line 48 of file OSDLFileTags.cc.
Referenced by OSDL::DescribeFileTag().
const std::string PaletteTagDescription = "color palette" |
Definition at line 49 of file OSDLFileTags.cc.
Referenced by OSDL::DescribeFileTag().
const std::string SoundTagDescription = "sound (PCM or IMA ADPCM)" |
Definition at line 47 of file OSDLFileTags.cc.
Referenced by OSDL::DescribeFileTag().
const std::string UnknownTagDescription = "unknown file format" |
Definition at line 52 of file OSDLFileTags.cc.
Referenced by OSDL::DescribeFileTag().