Eac3DrcLine

public enum Eac3DrcLine : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case filmLight = "FILM_LIGHT"
  • Undocumented

    Declaration

    Swift

    case filmStandard = "FILM_STANDARD"
  • Undocumented

    Declaration

    Swift

    case musicLight = "MUSIC_LIGHT"
  • Undocumented

    Declaration

    Swift

    case musicStandard = "MUSIC_STANDARD"
  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • Undocumented

    Declaration

    Swift

    case speech = "SPEECH"
  • Declaration

    Swift

    public var description: String { get }