Enum Channel.StreamingState (0.43.0)

public enum Channel.StreamingState extends Enum<Channel.StreamingState> implements ProtocolMessageEnum

State of streaming operation that the channel is running.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AWAITING_INPUT

Channel is waiting for the input stream through the input.

AWAITING_INPUT = 2;

AWAITING_INPUT_VALUE

Channel is waiting for the input stream through the input.

AWAITING_INPUT = 2;

STARTING

Channel is starting.

STARTING = 7;

STARTING_VALUE

Channel is starting.

STARTING = 7;

STOPPED

Channel is stopped, finishing live streams.

STOPPED = 6;

STOPPED_VALUE

Channel is stopped, finishing live streams.

STOPPED = 6;

STOPPING

Channel is stopping.

STOPPING = 8;

STOPPING_VALUE

Channel is stopping.

STOPPING = 8;

STREAMING

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

STREAMING = 1;

STREAMING_ERROR

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).

STREAMING_ERROR = 4;

STREAMING_ERROR_VALUE

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).

STREAMING_ERROR = 4;

STREAMING_NO_INPUT

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.

STREAMING_NO_INPUT = 5;

STREAMING_NO_INPUT_VALUE

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.

STREAMING_NO_INPUT = 5;

STREAMING_STATE_UNSPECIFIED

Streaming state is not specified.

STREAMING_STATE_UNSPECIFIED = 0;

STREAMING_STATE_UNSPECIFIED_VALUE

Streaming state is not specified.

STREAMING_STATE_UNSPECIFIED = 0;

STREAMING_VALUE

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

STREAMING = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()