Constant AUDIO_DISK_INPUT_FILE
pub const AUDIO_DISK_INPUT_FILE: &'static str;
Available on crate feature
dep_sdl3
only.Expand description
Specify the input file when recording audio using the disk audio driver.
This defaults to “sdlaudio-in.raw”
This hint should be set before an audio device is opened.
§Availability
This hint is available since SDL 3.2.0.