Zoom Video SDK video capability information that comprises of width, height and frame.
Interface for user to send video raw data.
Custom external video source interface.
void onPropertyChange(List< ZoomVideoSDKVideoCapability > support_cap_list, ZoomVideoSDKVideoCapability suggest_cap)
Callback event when capabilities such as video size or frame rate change.
void onStopSend()
Callback event when the ZoomVideoSDKVideoSource's lifecycle state stops sending data....
void onUninitialized()
Callback event when the ZoomVideoSDKVideoSource's lifecycle state ends. This denotes the end of the Z...
void onInitialize(ZoomVideoSDKVideoSender sender, List< ZoomVideoSDKVideoCapability > support_cap_list, ZoomVideoSDKVideoCapability suggest_cap)
Callback event when the ZoomVideoSDKVideoSource's lifecycle state starts. This denotes the start of t...
void onStartSend()
Callback event when the ZoomVideoSDKVideoSource's lifecycle state allows sending data....