Tag Parser  7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Enumerations | Functions
TagParser::Mpeg4ElementaryStreamTypeIds Namespace Reference

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...
 

Detailed Description

Returns the name of the stream type denoted by the specified MPEG-4 stream type ID.

Enumeration Type Documentation

◆ KnownValue

Enumerator
ObjectDescriptor 
ClockReference 
SceneDescriptor 
Visual 
Audio 
Mpeg7 
Ipmps 
ObjectContentInfo 
MpegJava 
Interaction 
Ipmp 
FontData 
StreamingText 

Definition at line 480 of file mp4ids.h.

Function Documentation

◆ streamTypeName()

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 310 of file mp4ids.cpp.