#include <mp4tag.h>
Definition at line 13 of file mp4tag.h.
◆ Mp4ExtendedFieldId() [1/2]
TagParser::Mp4ExtendedFieldId::Mp4ExtendedFieldId |
( |
const char * |
mean = nullptr , |
|
|
const char * |
name = nullptr , |
|
|
bool |
updateOnly = false |
|
) |
| |
|
inline |
Constructs a new instance with the specified parameter.
Definition at line 31 of file mp4tag.h.
◆ Mp4ExtendedFieldId() [2/2]
TagParser::Mp4ExtendedFieldId::Mp4ExtendedFieldId |
( |
KnownField |
field | ) |
|
Constructs a new instance for the specified field.
Definition at line 26 of file mp4tag.cpp.
◆ matches()
bool TagParser::Mp4ExtendedFieldId::matches |
( |
const Mp4TagField & |
field | ) |
const |
|
inline |
Returns whether the current parameter match the specified field.
Definition at line 49 of file mp4tag.h.
◆ operator bool()
TagParser::Mp4ExtendedFieldId::operator bool |
( |
| ) |
const |
|
inline |
Returns whether valid parameter are assigned.
Definition at line 41 of file mp4tag.h.
◆ mean
const char* TagParser::Mp4ExtendedFieldId::mean |
◆ name
const char* TagParser::Mp4ExtendedFieldId::name |
name parameter
Definition at line 23 of file mp4tag.h.
◆ updateOnly
bool TagParser::Mp4ExtendedFieldId::updateOnly |
Whether only existing fields should be updated but no new extended field should be created.
Definition at line 25 of file mp4tag.h.
The documentation for this struct was generated from the following files: