AudioChannelTag

public enum AudioChannelTag : String, CustomStringConvertible, Codable

Undocumented

  • l

    Undocumented

    Declaration

    Swift

    case l = "L"
  • r

    Undocumented

    Declaration

    Swift

    case r = "R"
  • c

    Undocumented

    Declaration

    Swift

    case c = "C"
  • lfe

    Undocumented

    Declaration

    Swift

    case lfe = "LFE"
  • ls

    Undocumented

    Declaration

    Swift

    case ls = "LS"
  • rs

    Undocumented

    Declaration

    Swift

    case rs = "RS"
  • lc

    Undocumented

    Declaration

    Swift

    case lc = "LC"
  • rc

    Undocumented

    Declaration

    Swift

    case rc = "RC"
  • cs

    Undocumented

    Declaration

    Swift

    case cs = "CS"
  • lsd

    Undocumented

    Declaration

    Swift

    case lsd = "LSD"
  • rsd

    Undocumented

    Declaration

    Swift

    case rsd = "RSD"
  • tcs

    Undocumented

    Declaration

    Swift

    case tcs = "TCS"
  • vhl

    Undocumented

    Declaration

    Swift

    case vhl = "VHL"
  • vhc

    Undocumented

    Declaration

    Swift

    case vhc = "VHC"
  • vhr

    Undocumented

    Declaration

    Swift

    case vhr = "VHR"
  • Declaration

    Swift

    public var description: String { get }