pub type rtaudio_stream_parameters_t = rtaudio_stream_parameters;Expand description
! The structure for specifying input or output stream parameters. ! See \ref RtAudio::StreamParameters.
Aliased Type§
#[repr(C)]pub struct rtaudio_stream_parameters_t {
pub device_id: u32,
pub num_channels: u32,
pub first_channel: u32,
}Fields§
§device_id: u32§num_channels: u32§first_channel: u32