Enum AudioStreamGenerator.AudioStreamGeneratorMixRate
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AudioStreamGenerator.AudioStreamGeneratorMixRate : long
Fields
Custom = 2Custom mixing rate, specified by MixRate.
Input = 1Current AudioServer input mixing rate.
Max = 3Maximum value for the mixing rate mode enum.
Output = 0Current AudioServer output mixing rate.