Struct flac::Metadata [] [src]

pub struct Metadata {
    pub data: Data,
    // some fields omitted
}

Data associated with a single metadata block.

Fields

Block data containing one of the eight different types of metadata.

Methods

impl Metadata
[src]

Constructs a new Metadata struct based on the arguments passed in.

Returns whether the current metadata block is the last.

Returns the metadata block's type.

Returns true when the current Metadata is StreamInfo.

Returns true when the current Metadata is Padding.

Returns true when the current Metadata is Application.

Returns true when the current Metadata is SeekTable.

Returns true when the current Metadata is VorbisComment.

Returns true when the current Metadata is CueSheet.

Returns true when the current Metadata is Picture.

Returns true when the current Metadata is Unknown.

Trait Implementations

impl Debug for Metadata
[src]

Formats the value using the given formatter.