Live Stream v1 API - Enum Distribution.Types.State (1.10.0)

public enum Distribution.Types.State

Reference documentation and code samples for the Live Stream v1 API enum Distribution.Types.State.

State of this distribution.

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Fields

Name Description
AwaitingInput

Distribution is already started and is waiting for input.

Distributing

Distribution is already started and is generating output.

Error

Distribution has trouble to produce or deliver the output.

NotReady

Distribution is not ready to be started.

Ready

Distribution is ready to be started.

Unspecified

State is not specified.