Class Hint.Audio.Alsa
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
SDL_HINT_AUDIO_ALSA_*
public static class Hint.Audio.Alsa
- Inheritance
-
Hint.Audio.Alsa
- Inherited Members
Properties
DefaultDevice
Gets a hint specifying the default ALSA audio device name
public static Hint DefaultDevice { get; }
Property Value
- Hint
A hint specifying the default ALSA audio device name
Remarks
This hint is a specific audio device to open when the "default" audio device is used.
This hint will be ignored when opening the default playback device if Hint.Audio.Alsa.DefaultPlaybackDevice is set, or when opening the default recording device if Hint.Audio.Alsa.DefaultPlaybackDevice is set.
This hint should be set before .
- See Also
DefaultPlaybackDevice
Gets a hint specifying the default ALSA audio playback device name
public static Hint DefaultPlaybackDevice { get; }
Property Value
- Hint
A hint specifying the default ALSA audio playback device name
Remarks
This hint is a specific audio device to open for playback, when the "default" audio device is used.
If this hint isn't set, SDL will check Hint.Audio.Alsa.DefaultDevice before choosing a reasonable default.
This hint should be set before .
- See Also
DefaultRecordingDevice
Gets a hint specifying the default ALSA audio recording device name
public static Hint DefaultRecordingDevice { get; }
Property Value
- Hint
A hint specifying the default ALSA audio recording device name
Remarks
This hint is a specific audio device to open for recording, when the "default" audio device is used.
If this hint isn't set, SDL will check Hint.Audio.Alsa.DefaultDevice before choosing a reasonable default.
This hint should be set before .
- See Also