BitRateMode

public enum BitRateMode : String, Codable

A bitRate mode that affectes how to encode the video source.

  • The average bit rate.

    Declaration

    Swift

    case average
  • The constant bit rate.

    Declaration

    Swift

    case constant