namespace BeautifyEffect { public enum BEAUTIFY_QUALITY { BestQuality = 0, BestPerformance = 1, Basic = 2 } }