using System; public enum PlaybackState { Playing, Stopped, Buffering, }