Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class State.
State of the live config.
Protobuf type google.cloud.video.stitcher.v1.LiveConfig.State
Namespace
Google \ Cloud \ Video \ Stitcher \ V1 \ LiveConfigMethods
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;
CREATING
Value: 1
Live config is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2
Live config is ready for use.
Generated from protobuf enum READY = 2;
DELETING
Value: 3
Live config is queued up for deletion.
Generated from protobuf enum DELETING = 3;