Constant AUDIO_DISK_OUTPUT_FILE

pub const AUDIO_DISK_OUTPUT_FILE: &'static str;
Available on crate feature dep_sdl3 only.
Expand description

Specify the output file when playing audio using the disk audio driver.

This defaults to “sdlaudio.raw”

This hint should be set before an audio device is opened.

§Availability

This hint is available since SDL 3.2.0.