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