ID3Genre

public enum ID3Genre : Int, Equatable, Hashable, CaseIterable

An enum that contains the genres supported by the ID3 standard using specific identifiers.

  • Blues genre.

    Declaration

    Swift

    case blues = 0
  • Classic rock genre.

    Declaration

    Swift

    case classicRock = 1
  • Country genre.

    Declaration

    Swift

    case country = 2
  • Dance genre.

    Declaration

    Swift

    case dance = 3
  • Disco genre.

    Declaration

    Swift

    case disco = 4
  • Funk genre.

    Declaration

    Swift

    case funk = 5
  • Grunge genre.

    Declaration

    Swift

    case grunge = 6
  • Hip hop genre.

    Declaration

    Swift

    case hipHop = 7
  • Jazz genre.

    Declaration

    Swift

    case jazz = 8
  • Metal genre.

    Declaration

    Swift

    case metal = 9
  • New age genre.

    Declaration

    Swift

    case newAge = 10
  • Oldies genre.

    Declaration

    Swift

    case oldies = 11
  • Other genre.

    Declaration

    Swift

    case other = 12
  • pop

    Pop genre.

    Declaration

    Swift

    case pop = 13
  • R&B genre.

    Declaration

    Swift

    case rAndB = 14
  • rap

    Rap genre.

    Declaration

    Swift

    case rap = 15
  • Reggae genre.

    Declaration

    Swift

    case reggae = 16
  • Rock genre.

    Declaration

    Swift

    case rock = 17
  • Techno genre.

    Declaration

    Swift

    case techno = 18
  • Industrial genre.

    Declaration

    Swift

    case industrial = 19
  • Alternative genre.

    Declaration

    Swift

    case alternative = 20
  • ska

    Ska genre.

    Declaration

    Swift

    case ska = 21
  • Death metal genre.

    Declaration

    Swift

    case deathMetal = 22
  • Pranks genre.

    Declaration

    Swift

    case pranks = 23
  • Soundtrack genre.

    Declaration

    Swift

    case soundtrack = 24
  • Euro techno genre.

    Declaration

    Swift

    case euroTechno = 25
  • Ambient genre.

    Declaration

    Swift

    case ambient = 26
  • Tip hop genre.

    Declaration

    Swift

    case tripHop = 27
  • vocal genre.

    Declaration

    Swift

    case vocal = 28
  • Jazz funk genre.

    Declaration

    Swift

    case jazzFunk = 29
  • Fusion genre.

    Declaration

    Swift

    case fusion = 30
  • Trance genre.

    Declaration

    Swift

    case trance = 31
  • Classical genre.

    Declaration

    Swift

    case classical = 32
  • Instrumental genre.

    Declaration

    Swift

    case instrumental = 33
  • Acid genre.

    Declaration

    Swift

    case acid = 34
  • House genre.

    Declaration

    Swift

    case house = 35
  • Game genre.

    Declaration

    Swift

    case game = 36
  • Soundclip genre.

    Declaration

    Swift

    case soundClip = 37
  • Gospel genre.

    Declaration

    Swift

    case gospel = 38
  • Noise genre.

    Declaration

    Swift

    case noise = 39
  • Altern rock genre.

    Declaration

    Swift

    case alternRock = 40
  • Bass genre.

    Declaration

    Swift

    case bass = 41
  • Soul genre.

    Declaration

    Swift

    case soul = 42
  • Punk genre.

    Declaration

    Swift

    case punk = 43
  • Space genre.

    Declaration

    Swift

    case space = 44
  • Meditative genre.

    Declaration

    Swift

    case meditative = 45
  • Instrumental pop genre.

    Declaration

    Swift

    case instrumentalPop = 46
  • Instrumental rock genre.

    Declaration

    Swift

    case instrumentalRock = 47
  • Ethnic genre.

    Declaration

    Swift

    case ethnic = 48
  • Gothic genre.

    Declaration

    Swift

    case gothic = 49
  • Darkwave genre.

    Declaration

    Swift

    case darkwave = 50
  • TechnoIndustrial genre.

    Declaration

    Swift

    case technoIndustrial = 51
  • Electronic genre.

    Declaration

    Swift

    case electronic = 52
  • Pop folk genre.

    Declaration

    Swift

    case popFolk = 53
  • Eurodance genre.

    Declaration

    Swift

    case eurodance = 54
  • Dream genre.

    Declaration

    Swift

    case dream = 55
  • Souther rock genre.

    Declaration

    Swift

    case southernRock = 56
  • Comedy genre.

    Declaration

    Swift

    case comedy = 57
  • Cult genre.

    Declaration

    Swift

    case cult = 58
  • Gangsta genre.

    Declaration

    Swift

    case gangsta = 59
  • Top 40 genre.

    Declaration

    Swift

    case top40 = 60
  • Christian rap genre.

    Declaration

    Swift

    case christianRap = 61
  • Pop funk genre.

    Declaration

    Swift

    case popFunk = 62
  • Jungle genre.

    Declaration

    Swift

    case jungle = 63
  • Native american genre.

    Declaration

    Swift

    case nativeAmerican = 64
  • Cabaret genre.

    Declaration

    Swift

    case cabaret = 65
  • New wave genre.

    Declaration

    Swift

    case newWave = 66
  • Psychadelic genre.

    Declaration

    Swift

    case psychadelic = 67
  • Rave genre.

    Declaration

    Swift

    case rave = 68
  • Showtunes genre.

    Declaration

    Swift

    case showtunes = 69
  • Trailer genre.

    Declaration

    Swift

    case trailer = 70
  • Lofi genre.

    Declaration

    Swift

    case loFi = 71
  • Tribal genre.

    Declaration

    Swift

    case tribal = 72
  • Acid punk genre.

    Declaration

    Swift

    case acidPunk = 73
  • Acid jazz genre.

    Declaration

    Swift

    case acidJazz = 74
  • Polka genre.

    Declaration

    Swift

    case polka = 75
  • Retro genre.

    Declaration

    Swift

    case retro = 76
  • Musical genre.

    Declaration

    Swift

    case musical = 77
  • Rock and roll genre.

    Declaration

    Swift

    case rockAndRoll = 78
  • Hard rock genre.

    Declaration

    Swift

    case hardRock = 79
  • Remix genre.

    Declaration

    Swift

    case remix = 80
  • Cover genre.

    Declaration

    Swift

    case cover = 81