Tag Parser
7.0.3
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include <mp4tagfield.h>
Public Member Functions | |
void | make (std::ostream &stream) |
Saves the field (specified when constructing the object) to the specified stream. More... | |
const Mp4TagField & | field () const |
Returns the associated field. More... | |
uint64 | requiredSize () const |
Returns number of bytes which will be written when making the field. More... | |
Friends | |
class | Mp4TagField |
Definition at line 62 of file mp4tagfield.h.
|
inline |
Returns the associated field.
Definition at line 84 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 Media::Failure or a derived exception. |
Definition at line 565 of file mp4tagfield.cpp.
|
inline |
Returns number of bytes which will be written when making the field.
Definition at line 92 of file mp4tagfield.h.
|
friend |
Definition at line 63 of file mp4tagfield.h.