AacCodecProfile

public enum AacCodecProfile : String, CustomStringConvertible, Codable

Undocumented

  • lc

    Undocumented

    Declaration

    Swift

    case lc = "LC"
  • Undocumented

    Declaration

    Swift

    case hev1 = "HEV1"
  • Undocumented

    Declaration

    Swift

    case hev2 = "HEV2"
  • Declaration

    Swift

    public var description: String { get }