次の方法で共有


H264VideoProfile 構造体

定義

H264VideoProfile の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H264VideoProfileConverter))]
public struct H264VideoProfile : IEquatable<Microsoft.Azure.Management.Media.Models.H264VideoProfile>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H264VideoProfileConverter))>]
type H264VideoProfile = struct
Public Structure H264VideoProfile
Implements IEquatable(Of H264VideoProfile)
継承
H264VideoProfile
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Auto

適切な H.264 プロファイルを自動的に決定するようにエンコーダーに指示します。

Baseline

ベースライン プロファイル

High

高プロファイル。

High422

高い 4:2:2 プロファイル。

High444

高い 4:4:4 予測プロファイル。

Main

メイン プロファイル

メソッド

Equals(H264VideoProfile)

H264VideoProfile 型の列挙型を比較します

Equals(Object)

H264VideoProfile の Equals 演算子をオーバーライドします

GetHashCode()

hashCode H264VideoProfile の戻り値

ToString()

H264VideoProfile の文字列表現を返します。

演算子

Equality(H264VideoProfile, H264VideoProfile)

列挙型 H264VideoProfile の == 演算子のオーバーライド

Implicit(H264VideoProfile to String)

H264VideoProfile を文字列に変換する暗黙的な演算子

Implicit(String to H264VideoProfile)

文字列を H264VideoProfile に変換する暗黙的な演算子

Inequality(H264VideoProfile, H264VideoProfile)

列挙型 H264VideoProfile の != 演算子のオーバーライド

適用対象