Class StreamingState (1.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
StreamingState(value)
State of streaming operation that the channel is running.
Enums
Name
Description
STREAMING_STATE_UNSPECIFIED
Streaming state is not specified.
STREAMING
Channel is getting the input stream, generating the live streams to the specified output location.
AWAITING_INPUT
Channel is waiting for the input stream through the input.
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_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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-31 UTC."],[],[]]