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. |