次の方法で共有


TrackAttribute 構造体

定義

TrackAttribute の値を定義します。

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

フィールド

Bitrate

トラックのビットレート。

Language

トラックの言語。

メソッド

Equals(Object)

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

Equals(TrackAttribute)

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

GetHashCode()

hashCode TrackAttribute の戻り値

ToString()

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

演算子

Equality(TrackAttribute, TrackAttribute)

列挙型 TrackAttribute の == 演算子をオーバーライドする

Implicit(String to TrackAttribute)

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

Implicit(TrackAttribute to String)

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

Inequality(TrackAttribute, TrackAttribute)

列挙型 TrackAttribute の != 演算子をオーバーライドする

適用対象