FLAC__StreamMetadata

FLAC metadata block structure. (c.f. <A HREF="../format.html#metadata_block">format specification</A>)

Members

Unions

Data
union Data

< Length, in bytes, of the block data as it appears in the stream.

Variables

data
Data data;
Undocumented in source.
is_last
FLAC__bool is_last;

< The type of the metadata block; used determine which member of the * \a data union to dereference. If type >= FLAC__METADATA_TYPE_UNDEFINED * then \a data.unknown must be used.

length
uint length;

< \c true if this metadata block is the last, else \a false

type
FLAC__MetadataType type;
Undocumented in source.

Meta