H265Level

public enum H265Level : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case h265Level1 = "H265_LEVEL_1"
  • Undocumented

    Declaration

    Swift

    case h265Level2 = "H265_LEVEL_2"
  • Undocumented

    Declaration

    Swift

    case h265Level21 = "H265_LEVEL_2_1"
  • Undocumented

    Declaration

    Swift

    case h265Level3 = "H265_LEVEL_3"
  • Undocumented

    Declaration

    Swift

    case h265Level31 = "H265_LEVEL_3_1"
  • Undocumented

    Declaration

    Swift

    case h265Level4 = "H265_LEVEL_4"
  • Undocumented

    Declaration

    Swift

    case h265Level41 = "H265_LEVEL_4_1"
  • Undocumented

    Declaration

    Swift

    case h265Level5 = "H265_LEVEL_5"
  • Undocumented

    Declaration

    Swift

    case h265Level51 = "H265_LEVEL_5_1"
  • Undocumented

    Declaration

    Swift

    case h265Level52 = "H265_LEVEL_5_2"
  • Undocumented

    Declaration

    Swift

    case h265Level6 = "H265_LEVEL_6"
  • Undocumented

    Declaration

    Swift

    case h265Level61 = "H265_LEVEL_6_1"
  • Undocumented

    Declaration

    Swift

    case h265Level62 = "H265_LEVEL_6_2"
  • Undocumented

    Declaration

    Swift

    case h265LevelAuto = "H265_LEVEL_AUTO"
  • Declaration

    Swift

    public var description: String { get }