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