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
21
31 void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format);
32}
Enumeration of raw data formats. Defines the color space format and color range for video frames.
Interface for user to send video raw data.
int ROTATION_ACTION_180
Rotation action 180 degrees.
int ROTATION_ACTION_90
Rotation action 90 degrees.
int ROTATION_ACTION_270
Rotation action 270 degrees.
int ROTATION_ACTION_0
Rotation action 0 degrees.
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)
Sends a video frame.