#include <format.h>
FLAC metadata block structure. (c.f. format specification)
◆ application
◆ cue_sheet
◆ data
union { ... } FLAC__StreamMetadata::data |
Polymorphic block data; use the type value to determine which to use.
◆ is_last
true
if this metadata block is the last, else false
◆ length
unsigned FLAC__StreamMetadata::length |
Length, in bytes, of the block data as it appears in the stream.
◆ padding
◆ picture
◆ seek_table
◆ stream_info
◆ type
The type of the metadata block; used determine which member of the data union to dereference. If type >= FLAC__METADATA_TYPE_UNDEFINED then data.unknown must be used.
◆ unknown
◆ vorbis_comment
The documentation for this struct was generated from the following file: