pub type cst_track = cst_track_struct;Aliased Type§
#[repr(C)]pub struct cst_track {
pub type_: *const i8,
pub num_frames: i32,
pub num_channels: i32,
pub times: *mut f32,
pub frames: *mut *mut f32,
}Fields§
§type_: *const i8§num_frames: i32§num_channels: i32§times: *mut f32§frames: *mut *mut f32