H264RateControlMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET