using System; namespace Aurora.Backend.Services.PlayerService { public enum StreamingPlaybackState { Stopped, Playing, Buffering, Paused } }