AVChannel

public struct AVChannel : Equatable

Undocumented

  • FL

    Declaration

    Swift

    public static let frontLeft: AVChannel
  • FR

    Declaration

    Swift

    public static let frontRight: AVChannel
  • FC

    Declaration

    Swift

    public static let frontCenter: AVChannel
  • LFE

    Declaration

    Swift

    public static let lowFrequency: AVChannel
  • BL

    Declaration

    Swift

    public static let backLeft: AVChannel
  • BR

    Declaration

    Swift

    public static let backRight: AVChannel
  • FLC

    Declaration

    Swift

    public static let frontLeftOfCenter: AVChannel
  • FRC

    Declaration

    Swift

    public static let frontRightOfCenter: AVChannel
  • BC

    Declaration

    Swift

    public static let backCenter: AVChannel
  • SL

    Declaration

    Swift

    public static let sideLeft: AVChannel
  • SR

    Declaration

    Swift

    public static let sideRight: AVChannel
  • TC

    Declaration

    Swift

    public static let topCenter: AVChannel
  • TFL

    Declaration

    Swift

    public static let topFrontLeft: AVChannel
  • TFC

    Declaration

    Swift

    public static let topFrontCenter: AVChannel
  • TFR

    Declaration

    Swift

    public static let topFrontRight: AVChannel
  • TBL

    Declaration

    Swift

    public static let topBackLeft: AVChannel
  • TBC

    Declaration

    Swift

    public static let topBackCenter: AVChannel
  • TBR

    Declaration

    Swift

    public static let topBackRight: AVChannel
  • DL

    Stereo downmix.

    Declaration

    Swift

    public static let stereoLeft: AVChannel
  • DR

    See stereoLeft.

    Declaration

    Swift

    public static let stereoRight: AVChannel
  • WL

    Declaration

    Swift

    public static let wideLeft: AVChannel
  • WR

    Declaration

    Swift

    public static let wideRight: AVChannel
  • SDL

    Declaration

    Swift

    public static let surroundDirectLeft: AVChannel
  • SDR

    Declaration

    Swift

    public static let surroundDirectRight: AVChannel
  • LFE2

    Declaration

    Swift

    public static let lowFrequency2: AVChannel
  • Undocumented

    Declaration

    Swift

    public let rawValue: UInt64
  • Undocumented

    Declaration

    Swift

    public init(rawValue: UInt64)
  • The name of the audio channel.

    Declaration

    Swift

    public var name: String { get }
  • Declaration

    Swift

    public var description: String { get }