Class Hint.Audio.Dummy
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
SDL_HINT_AUDIO_DUMMY_*
public static class Hint.Audio.Dummy
- Inheritance
-
Hint.Audio.Dummy
- Inherited Members
Properties
Timescale
Gets a hint controlling the audio rate when using the dummy audio driver
public static Hint Timescale { get; }
Property Value
- Hint
A hint controlling the audio rate when using the dummy audio driver
Remarks
The dummy 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