using System; namespace Aurora.Services.Player { public enum PlaybackState { Playing, Stopped, Buffering, } }