Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoSender.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.nio.ByteBuffer;
4import java.util.List;
5
11public interface ZoomVideoSDKVideoSender {
12
17
27 void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format);
28}
Enumeration of raw data formats. Defines the color space format and color range for video frames.
Interface for user to send video raw data.
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)