Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class State.
State of this distribution.
Protobuf type google.cloud.video.livestream.v1.Distribution.State
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ DistributionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State is not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ERROR
Value: 5
Distribution has trouble to produce or deliver the output.
Generated from protobuf enum ERROR = 5;
NOT_READY
Value: 6
Distribution is not ready to be started.
Generated from protobuf enum NOT_READY = 6;
READY
Value: 7
Distribution is ready to be started.
Generated from protobuf enum READY = 7;
AWAITING_INPUT
Value: 8
Distribution is already started and is waiting for input.
Generated from protobuf enum AWAITING_INPUT = 8;
DISTRIBUTING
Value: 9
Distribution is already started and is generating output.
Generated from protobuf enum DISTRIBUTING = 9;