次の方法で共有


InterleaveOutput 構造体

定義

InterleaveOutput の値を定義します。

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

フィールド

InterleavedOutput

出力には、オーディオとビデオの両方が含まれます。

NonInterleavedOutput

出力はビデオ専用またはオーディオ専用です。

メソッド

Equals(InterleaveOutput)

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

Equals(Object)

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

GetHashCode()

hashCode InterleaveOutput の戻り値

ToString()

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

演算子

Equality(InterleaveOutput, InterleaveOutput)

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

Implicit(InterleaveOutput to String)

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

Implicit(String to InterleaveOutput)

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

Inequality(InterleaveOutput, InterleaveOutput)

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

適用対象