EncodingTypes

public enum EncodingTypes : String

These are the video encoding types available.

  • Error

    Declaration

    Swift

    case error
  • H264

    Declaration

    Swift

    case h264
  • H265

    Declaration

    Swift

    case h265
  • HEVC

    Declaration

    Swift

    case hevc
  • Motion JPEG

    Declaration

    Swift

    case jpeg
  • MPEG/MP4

    Declaration

    Swift

    case mpeg = "mpeg-4"