#[repr(C, packed(4))]pub struct AsioTimeCode {
pub speed: c_double,
pub time_code_samples: ASIOSamples,
pub flags: c_long,
pub future: [c_char; 64],
}Expand description
A rust-compatible version of the ASIOTimeCode type that does not use a binary blob for its
fields.
Fields§
§speed: c_doubleSpeed relation (fraction of nominal speed) optional.
Set to 0. or 1. if not supported.
time_code_samples: ASIOSamplesTime in samples unsigned.
flags: c_longSee ASIOTimeCodeFlags.
future: [c_char; 64]Set to 0.