Package us.zoom.sdk
Interface ZoomSDKVideoSource
public interface ZoomSDKVideoSource
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onInitialize
(ZoomSDKVideoSender sender, List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) void
onPropertyChange
(List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) void
void
void
-
Method Details
-
onInitialize
void onInitialize(ZoomSDKVideoSender sender, List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) -
onPropertyChange
void onPropertyChange(List<ZoomSDKVideoCapability> support_cap_list, ZoomSDKVideoCapability suggest_cap) -
onStartSend
void onStartSend() -
onStopSend
void onStopSend() -
onUninitialized
void onUninitialized()
-