SDL_HINT_AUDIO_DISK_OUTPUT_FILE

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.

extern (C) nothrow @nogc
enum SDL_HINT_AUDIO_DISK_OUTPUT_FILE = "SDL_AUDIO_DISK_OUTPUT_FILE";

Meta