Enum sdf::file::SosblMode [] [src]

pub enum SosblMode {
    Relative,
    Absolute,
}

The timestamp of the start of the sample block can be relative or absolute.

If absolute, large values could lose precision.

Variants

Relative

The time of the start of the sample block is given relative to the file, to preserve maximum precision.

Absolute

The time of the start of the sample block is given in absolute time, which may not provide enough precision under some circumstances.

Trait Implementations

Derived Implementations

impl Debug for SosblMode

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for SosblMode

impl Clone for SosblMode

fn clone(&self) -> SosblMode

fn clone_from(&mut self, source: &Self)