H264VideoProfile 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.
We currently support Baseline, Main, High, High422, High444. Default is Auto.
public readonly struct H264VideoProfile : IEquatable<Azure.ResourceManager.Media.Models.H264VideoProfile>
type H264VideoProfile = struct
Public Structure H264VideoProfile
Implements IEquatable(Of H264VideoProfile)
- Inheritance
-
H264VideoProfile
- Implements
Constructors
H264VideoProfile(String) |
Initializes a new instance of H264VideoProfile. |
Properties
Auto |
Tells the encoder to automatically determine the appropriate H.264 profile. |
Baseline |
Baseline profile. |
High |
High profile. |
High422 |
High 4:2:2 profile. |
High444 |
High 4:4:4 predictive profile. |
Main |
Main profile. |
Methods
Equals(H264VideoProfile) |
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(H264VideoProfile, H264VideoProfile) |
Determines if two H264VideoProfile values are the same. |
Implicit(String to H264VideoProfile) |
Converts a string to a H264VideoProfile. |
Inequality(H264VideoProfile, H264VideoProfile) |
Determines if two H264VideoProfile values are not the same. |
Applies to
Azure SDK for .NET