Tag Parser
6.4.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Returns the name of the stream type denoted by the specified MPEG-4 stream type ID. More...
Enumerations | |
enum | KnownValue : byte { ObjectDescriptor = 0x01, ClockReference, SceneDescriptor, Visual, Audio, Mpeg7, Ipmps, ObjectContentInfo, MpegJava, Interaction, Ipmp, FontData, StreamingText } |
Functions | |
TAG_PARSER_EXPORT const char * | streamTypeName (byte streamTypeId) |
Returns the name of the stream type denoted by the specified MPEG-4 stream type ID. More... | |
Returns the name of the stream type denoted by the specified MPEG-4 stream type ID.
enum Media::Mpeg4ElementaryStreamTypeIds::KnownValue : byte |
const char * Media::Mpeg4ElementaryStreamTypeIds::streamTypeName | ( | byte | streamTypeId | ) |
Returns the name of the stream type denoted by the specified MPEG-4 stream type ID.
Definition at line 217 of file mp4ids.cpp.