Module: Google::Cloud::Video::LiveStream::V1::Distribution::State
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/outputs.rb
Overview
State of this distribution.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0- ERROR =
Distribution has trouble to produce or deliver the output.
5- NOT_READY =
Distribution is not ready to be started.
6- READY =
Distribution is ready to be started.
7- AWAITING_INPUT =
Distribution is already started and is waiting for input.
8- DISTRIBUTING =
Distribution is already started and is generating output.
9