Enum LiveBroadcastsResource.TransitionRequest.BroadcastStatusEnum
The broadcastStatus parameter identifies the state to which the broadcast is changing. Note that to transition a broadcast to either the testing or live state, the status.streamStatus must be active for the stream that the broadcast is bound to.
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum BroadcastStatusEnum
Fields
| Name | Description |
|---|---|
| Complete | The broadcast is over. YouTube stops transmitting video. |
| Live | The broadcast is visible to its audience. YouTube transmits video to the broadcast's monitor stream and its broadcast stream. |
| Testing | Start testing the broadcast. YouTube transmits video to the broadcast's monitor stream. Note that you can only transition a broadcast to the testing state if its contentDetails.monitorStream.enableMonitorStream property is set to true. |