using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Sony.Filtr.AppleMusic.Streams { public enum AppleS3FileType { StreamsTracks, StreamsSummary, StreamsContainers, StreamsContainerTracks, Demographics, Unknown, } }