pub type DevicePcmSampleRateGetInfoFB = DevicePcmSampleRateStateFB;
Aliased Type§
#[repr(C)]pub struct DevicePcmSampleRateGetInfoFB {
pub ty: StructureType,
pub next: *mut c_void,
pub sample_rate: f32,
}
Fields§
§ty: StructureType
§next: *mut c_void
§sample_rate: f32