H264Profile 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 H264 Profile.
public readonly struct H264Profile : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.H264Profile>
type H264Profile = struct
Public Structure H264Profile
Implements IEquatable(Of H264Profile)
- Inheritance
-
H264Profile
- Implements
Constructors
H264Profile(String) |
Initializes a new instance of H264Profile. |
Properties
Baseline |
Baseline. |
Extended |
Extended. |
High |
High. |
Main |
Main. |
Methods
Equals(H264Profile) |
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(H264Profile, H264Profile) |
Determines if two H264Profile values are the same. |
Implicit(String to H264Profile) |
Converts a string to a H264Profile. |
Inequality(H264Profile, H264Profile) |
Determines if two H264Profile values are not the same. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET