Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_broadcast_streaming_controller_interface.h File Reference

broadcast streaming controller More...

Go to the source code of this file.

Data Structures

class  IZoomVideoSDKBroadcastStreamingController
 Broadcast streaming controller interface. More...
 

Enumerations

enum  ZoomVideoSDKBroadcastControlStatus {
  ZoomVideoSDKBroadcastControlStatus_None , ZoomVideoSDKBroadcastControlStatus_Starting , ZoomVideoSDKBroadcastControlStatus_Started , ZoomVideoSDKBroadcastControlStatus_Stopping ,
  ZoomVideoSDKBroadcastControlStatus_Stopped
}
 Enumerations of broadcast control status. More...
 

Detailed Description

broadcast streaming controller

Definition in file zoom_video_sdk_broadcast_streaming_controller_interface.h.

Enumeration Type Documentation

◆ ZoomVideoSDKBroadcastControlStatus

Enumerations of broadcast control status.

Enumerator
ZoomVideoSDKBroadcastControlStatus_None 

Initialized status.

ZoomVideoSDKBroadcastControlStatus_Starting 

Broadcast is starting.

ZoomVideoSDKBroadcastControlStatus_Started 

Broadcast is started.

ZoomVideoSDKBroadcastControlStatus_Stopping 

Broadcast is stopping.

ZoomVideoSDKBroadcastControlStatus_Stopped 

Broadcast is stopped.

Definition at line 17 of file zoom_video_sdk_broadcast_streaming_controller_interface.h.