VideoCodecProfileH264

@objc(PESDKVideoCodecProfileH264)
public enum VideoCodecProfileH264 : Int

A profile for the .H264 video codec.

  • Baseline profile with auto level.

    Declaration

    Swift

    case BaselineAutoLevel
  • Baseline profile level 3.0.

    Declaration

    Swift

    case BaselineLevel30
  • Baseline profile level 3.1.

    Declaration

    Swift

    case BaselineLevel31
  • Baseline profile level 4.1.

    Declaration

    Swift

    case BaselineLevel41
  • Main profile auto level.

    Declaration

    Swift

    case MainAutoLevel
  • Main profile level 3.0.

    Declaration

    Swift

    case MainLevel30
  • Main profile level 3.1.

    Declaration

    Swift

    case MainLevel31
  • Main profile level 3.2.

    Declaration

    Swift

    case MainLevel32
  • Main profile level 4.1.

    Declaration

    Swift

    case MainLevel41
  • High profile auto level.

    Declaration

    Swift

    case HighAutoLevel
  • High profile level 4.0.

    Declaration

    Swift

    case HighLevel40
  • High profile level 4.1.

    Declaration

    Swift

    case HighLevel41