|
Tag Parser
8.3.0
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.
| const char * TagParser::Mpeg4ElementaryStreamTypeIds::streamTypeName | ( | byte | streamTypeId | ) |
Returns the name of the stream type denoted by the specified MPEG-4 stream type ID.
Definition at line 319 of file mp4ids.cpp.
1.8.15