public enum Distribution.Types.StateReference documentation and code samples for the Live Stream v1 API enum Distribution.Types.State.
State of this distribution.
Namespace
Google.Cloud.Video.LiveStream.V1Assembly
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. |