Interface: MetadataBlock

Flac. MetadataBlock

FLAC raw metadata
Properties:
Name Type Attributes Description
type Flac.FLAC__MetadataType the type of the metadata
isLast boolean if it is the last block of metadata
length number the length of the metadata block (bytes)
data Flac.StreamMetadata | Flac.PaddingMetadata | Flac.ApplicationMetadata | Flac.SeekTableMetadata | Flac.CueSheetMetadata | Flac.PictureMetadata <optional>
the metadata (omitted for unknown metadata types)
raw Uint8Array <optional>
raw metadata (for debugging: enable via Flac#setOptions)