An enumeration of the available metadata block types.
- See:
Properties:
Name | Type | Description |
---|---|---|
0 |
"FLAC__METADATA_TYPE_STREAMINFO" | STREAMINFO block |
1 |
"FLAC__METADATA_TYPE_PADDING" | PADDING block |
2 |
"FLAC__METADATA_TYPE_APPLICATION" | APPLICATION block |
3 |
"FLAC__METADATA_TYPE_SEEKTABLE" | SEEKTABLE block |
4 |
"FLAC__METADATA_TYPE_VORBIS_COMMENT" | VORBISCOMMENT block (a.k.a. FLAC tags) |
5 |
"FLAC__METADATA_TYPE_CUESHEET" | CUESHEET block |
6 |
"FLAC__METADATA_TYPE_PICTURE" | PICTURE block |
7 |
"FLAC__METADATA_TYPE_UNDEFINED" | marker to denote beginning of undefined type range; this number will increase as new metadata types are added |
126 |
"FLAC__MAX_METADATA_TYPE" | No type will ever be greater than this. There is not enough room in the protocol block. |