你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

H264Profile Struct

Definition

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