Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
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 : std::uint8_t {
  ObjectDescriptor = 0x01 , ClockReference , SceneDescriptor , Visual ,
  Audio , Mpeg7 , Ipmps , ObjectContentInfo ,
  MpegJava , Interaction , Ipmp , FontData ,
  StreamingText
}
 

Functions

TAG_PARSER_EXPORT std::string_view streamTypeName (std::uint8_t streamTypeId)
 Returns the name of the stream type denoted by the specified MPEG-4 stream type ID.
 

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 508 of file mp4ids.h.

Function Documentation

◆ streamTypeName()

std::string_view TagParser::Mpeg4ElementaryStreamTypeIds::streamTypeName ( std::uint8_t  streamTypeId)

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

Definition at line 326 of file mp4ids.cpp.