Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareSender.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.nio.ByteBuffer;
4
8public interface ZoomVideoSDKShareSender {
9
19 int sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, ExternalSourceDataFormat format);
20}
Enumeration of raw data formats. Defines the color space format and color range for video frames.
int sendShareFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, ExternalSourceDataFormat format)
Send one frame data.