Enum SunVoxInitOptions
- Namespace
- SunSharp
- Assembly
- SunSharp.dll
[Flags]
public enum SunVoxInitOptions : uint
Fields
AudioFloat32 = 8Sets the format which must be used with sv_audio_callback to float. May not apply without UserAudioCallback. Mutually exclusive with AudioInt16.
AudioInt16 = 4Sets the format which must be used with sv_audio_callback to short. May not apply without UserAudioCallback. Mutually exclusive with AudioFloat32.
NoDebugOutput = 1Less information will be written to standard output.
None = 0OneThread = 16Audio callback and other methods will be called from one thread. Applies if UserAudioCallback is set.
UserAudioCallback = 2No automatic sound management, sv_audio_callback must be used.