SDL_HINT_AUDIO_DISK_INPUT_FILE

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.

extern (C) nothrow @nogc
enum SDL_HINT_AUDIO_DISK_INPUT_FILE = "SDL_AUDIO_DISK_INPUT_FILE";

Meta