Struct claxon::metadata::SeekPoint [] [src]

pub struct SeekPoint {
    pub sample: u64,
    pub offset: u64,
    pub samples: u16,
}

A seek point in the seek table.

Fields

Sample number of the first sample in the target frame, or 264 - 1 for a placeholder.

Offset in bytes from the first byte of the first frame header to the first byte of the target frame's header.

Number of samples in the target frame.

Trait Implementations

impl Copy for SeekPoint
[src]

impl Clone for SeekPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more