Google Cloud Video Live Stream V1 Client - Class StreamingState (0.7.4)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class StreamingState.

State of streaming operation that the channel is running.

Protobuf type google.cloud.video.livestream.v1.Channel.StreamingState

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ Channel

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STREAMING_STATE_UNSPECIFIED

Value: 0

Streaming state is not specified.

Generated from protobuf enum STREAMING_STATE_UNSPECIFIED = 0;

STREAMING

Value: 1

Channel is getting the input stream, generating the live streams to the specified output location.

Generated from protobuf enum STREAMING = 1;

AWAITING_INPUT

Value: 2

Channel is waiting for the input stream through the input.

Generated from protobuf enum AWAITING_INPUT = 2;

STREAMING_ERROR

Value: 4

Channel is running, but has trouble publishing the live streams onto the specified output location (for example, the specified Cloud Storage bucket is not writable).

Generated from protobuf enum STREAMING_ERROR = 4;

STREAMING_NO_INPUT

Value: 5

Channel is generating live streams with no input stream. Live streams are filled out with black screen, while input stream is missing.

Not supported yet.

Generated from protobuf enum STREAMING_NO_INPUT = 5;

STOPPED

Value: 6

Channel is stopped, finishing live streams.

Generated from protobuf enum STOPPED = 6;

STARTING

Value: 7

Channel is starting.

Generated from protobuf enum STARTING = 7;

STOPPING

Value: 8

Channel is stopping.

Generated from protobuf enum STOPPING = 8;