Struct flac::metadata::SeekPoint [] [src]

pub struct SeekPoint {
    pub sample_number: u64,
    pub stream_offset: u64,
    pub frame_samples: u16,
}

Seek, or skip, to a point within the FLAC file.

Fields

Sample number of the first sample in the target frame.

Byte offset of the target frame's header.

Number of samples in the target frame.

Methods

impl SeekPoint
[src]

Trait Implementations

impl Debug for SeekPoint
[src]

Formats the value using the given formatter.

impl PartialEq for SeekPoint
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SeekPoint
[src]