Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The Mp4TagFieldMaker class helps making tag fields. More...
#include <mp4tagfield.h>
Public Member Functions | |
Mp4TagFieldMaker (Mp4TagFieldMaker &&)=default | |
void | make (std::ostream &stream) |
Saves the field (specified when constructing the object) to the specified stream. | |
const Mp4TagField & | field () const |
Returns the associated field. | |
std::uint64_t | requiredSize () const |
Returns number of bytes which will be written when making the field. | |
Friends | |
class | Mp4TagField |
The Mp4TagFieldMaker class helps making tag fields.
It allows to calculate the required size.
|
default |
|
inline |
Returns the associated field.
Definition at line 99 of file mp4tagfield.h.
void TagParser::Mp4TagFieldMaker::make | ( | std::ostream & | stream | ) |
Saves the field (specified when constructing the object) to the specified stream.
Throws | std::ios_base::failure when an IO error occurs. |
Throws | Assumes the data is already validated and thus does NOT throw TagParser::Failure or a derived exception. |
Definition at line 660 of file mp4tagfield.cpp.
|
inline |
Returns number of bytes which will be written when making the field.
Definition at line 107 of file mp4tagfield.h.
|
friend |
Definition at line 64 of file mp4tagfield.h.