AudioChannelTag
public enum AudioChannelTag : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case l = "L"
-
Undocumented
Declaration
Swift
case r = "R"
-
Undocumented
Declaration
Swift
case c = "C"
-
Undocumented
Declaration
Swift
case lfe = "LFE"
-
Undocumented
Declaration
Swift
case ls = "LS"
-
Undocumented
Declaration
Swift
case rs = "RS"
-
Undocumented
Declaration
Swift
case lc = "LC"
-
Undocumented
Declaration
Swift
case rc = "RC"
-
Undocumented
Declaration
Swift
case cs = "CS"
-
Undocumented
Declaration
Swift
case lsd = "LSD"
-
Undocumented
Declaration
Swift
case rsd = "RSD"
-
Undocumented
Declaration
Swift
case tcs = "TCS"
-
Undocumented
Declaration
Swift
case vhl = "VHL"
-
Undocumented
Declaration
Swift
case vhc = "VHC"
-
Undocumented
Declaration
Swift
case vhr = "VHR"
-
Declaration
Swift
public var description: String { get }