namespace OVR { public enum SoundPriority { VeryLow = -2, Low = -1, Default = 0, High = 1, VeryHigh = 2 } }