Tag Parser  7.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | Friends | List of all members
TagParser::Mp4TagMaker Class Reference

#include <mp4tag.h>

Public Member Functions

void make (std::ostream &stream, Diagnostics &diag)
 Saves the tag (specified when constructing the object) to the specified stream. More...
 
const Mp4Tagtag () const
 Returns the associated tag. More...
 
uint64 requiredSize () const
 Returns the number of bytes which will be written when making the tag. More...
 

Friends

class Mp4Tag
 

Detailed Description

Definition at line 54 of file mp4tag.h.

Member Function Documentation

◆ make()

void TagParser::Mp4TagMaker::make ( std::ostream &  stream,
Diagnostics diag 
)

Saves the tag (specified when constructing the object) to the specified stream.

Exceptions
Throwsstd::ios_base::failure when an IO error occurs.
ThrowsAssumes the data is already validated and thus does NOT throw Media::Failure or a derived exception.

Definition at line 441 of file mp4tag.cpp.

◆ requiredSize()

uint64 TagParser::Mp4TagMaker::requiredSize ( ) const
inline

Returns the number of bytes which will be written when making the tag.

Definition at line 83 of file mp4tag.h.

◆ tag()

const Mp4Tag & TagParser::Mp4TagMaker::tag ( ) const
inline

Returns the associated tag.

Definition at line 75 of file mp4tag.h.

Friends And Related Function Documentation

◆ Mp4Tag

friend class Mp4Tag
friend

Definition at line 55 of file mp4tag.h.


The documentation for this class was generated from the following files: