pub fn device_cfg_i2s(
sample_rate: u32,
channels: u32,
input_device: u32,
) -> ove_audio_device_cfgExpand description
Build an ove_audio_device_cfg for I2S transport.
Constructs the C struct safely, including the transport-specific union
fields, without requiring unsafe in application code.