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
5public interface ZoomSDKShareSender {
6
7 MobileRTCSDKError sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, ExternalSourceDataFormat format);
8}
Enumeration of video frame data format.
Enumeration of common errors of SDK.
MobileRTCSDKError sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, ExternalSourceDataFormat format)