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 when capabilities such as video size or frame rate changes.
void onStopSend()
Callback for ZoomVideoSDKVideoSource's lifecycle state. In this state, the SDK instance can no longer...
void onUninitialized()
Callback for ZoomVideoSDKVideoSource's lifecycle state. This denotes the end of the ZoomVideoSDKVideo...
void onInitialize(ZoomVideoSDKVideoSender sender, List< ZoomVideoSDKVideoCapability > support_cap_list, ZoomVideoSDKVideoCapability suggest_cap)
Callback for ZoomVideoSDKVideoSource's lifecycle state. This denotes the start of the ZoomVideoSDKVid...
void onStartSend()
Callback for ZoomVideoSDKVideoSource's lifecycle state. In this state, the SDK instance can now send ...