Class Hint.Audio.Disk
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
SDL_HINT_AUDIO_DISK_*
public static class Hint.Audio.Disk
- Inheritance
-
Hint.Audio.Disk
- Inherited Members
Properties
InputFile
Gets a hint specifying the input file when recording audio using the disk audio driver
public static Hint InputFile { get; }
Property Value
- Hint
A hint specifying the input file when recording audio using the disk audio driver
Remarks
This defaults to "sdlaudio-in.raw".
This hint should be set before .
- See Also
OutputFile
Gets a hint specifying the output file when playing audio using the disk audio driver
public static Hint OutputFile { get; }
Property Value
- Hint
A hint specifying the output file when playing audio using the disk audio driver
Remarks
This defaults to "sdlaudio.raw".
This hint should be set before .
- See Also
Timescale
Gets a hint controlling the audio rate when using the disk audio driver
public static Hint Timescale { get; }
Property Value
- Hint
A hint controlling the audio rate when using the disk audio driver
Remarks
The disk audio driver normally simulates real-time for the audio rate that was specified, but you can use this hint to adjust this rate higher or lower down to 0. The default value is "1.0".
This hint should be set before .
- See Also