H264RateControlMode Struct

Definition

The video rate control mode.

public readonly struct H264RateControlMode : IEquatable<Azure.ResourceManager.Media.Models.H264RateControlMode>
type H264RateControlMode = struct
Public Structure H264RateControlMode
Implements IEquatable(Of H264RateControlMode)
Inheritance
H264RateControlMode
Implements

Constructors

H264RateControlMode(String)

Initializes a new instance of H264RateControlMode.

Properties

Abr

Average Bitrate (ABR) mode that hits the target bitrate: Default mode.

Cbr

Constant Bitrate (CBR) mode that tightens bitrate variations around target bitrate.

Crf

Constant Rate Factor (CRF) mode that targets at constant subjective quality.

Methods

Equals(H264RateControlMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(H264RateControlMode, H264RateControlMode)

Determines if two H264RateControlMode values are the same.

Implicit(String to H264RateControlMode)

Converts a string to a H264RateControlMode.

Inequality(H264RateControlMode, H264RateControlMode)

Determines if two H264RateControlMode values are not the same.

Applies to