次の方法で共有


LivePipelineState 構造体

定義

LivePipelineState の値を定義します。

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

フィールド

Activating

ライブ パイプラインはアクティブ状態に移行しています。

Active

ライブ パイプラインはアクティブであり、メディアを処理できます。 データ ソースが使用できない場合 (たとえば、RTSP カメラの電源がオフになっているか、到達できない場合)、パイプラインは引き続きアクティブになり、定期的に接続を再試行します。 Azure サブスクリプションは、ライブ パイプラインがアクティブ状態の期間に対して課金されます。

Deactivating

ライブ パイプラインは非アクティブ状態に移行しています。

Inactive

ライブ パイプラインはアイドル状態であり、メディアを処理していません。

メソッド

Equals(LivePipelineState)

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

Equals(Object)

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

GetHashCode()

hashCode LivePipelineState の戻り値

ToString()

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

演算子

Equality(LivePipelineState, LivePipelineState)

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

Implicit(LivePipelineState to String)

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

Implicit(String to LivePipelineState)

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

Inequality(LivePipelineState, LivePipelineState)

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

適用対象