Vp9RateControlMode

public enum Vp9RateControlMode : String, CustomStringConvertible, Codable

Undocumented

  • vbr

    Undocumented

    Declaration

    Swift

    case vbr = "VBR"
  • Declaration

    Swift

    public var description: String { get }