H264Profile

public enum H264Profile : String

The type of VideoCodec supports H264 profiles.

  • Notes: For flutter plugin.
  • Baseline Profile.

    Declaration

    Swift

    case baseline
  • Main Profile.

    Declaration

    Swift

    case main
  • High Profile.

    Declaration

    Swift

    case high