Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKShareSender.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.nio.ByteBuffer;
4
8public interface ZoomSDKShareSender {
9
20 MobileRTCSDKError sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, ExternalSourceDataFormat format);
21}
Enumeration of video frame data format.
Enumeration of common SDK errors.
Interface for share sender operations.
MobileRTCSDKError sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, ExternalSourceDataFormat format)
Sends a share frame.