Constant SDL_HINT_AUDIO_DISK_INPUT_FILE
pub const SDL_HINT_AUDIO_DISK_INPUT_FILE: *const i8 = _; // {alloc39323<imm>: *const i8}
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.