TrackAttribute 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の != 演算子をオーバーライドする |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET