Struct sdf::file::Block [] [src]

pub struct Block {
    pub time_sosbl: f64,
    pub channel: Channel,
    pub samples: Vec<u16>,
}

A sample block.

Fields

time_sosbl

The start of the sample block, in seconds.

channel

The channel: 0:high, 1:low, 2:saturation, 3:reference.

samples

The actual data samples.

Trait Implementations

impl Display for Block

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

Derived Implementations

impl Debug for Block

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