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
30 void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation);
31}
Interface for user to send video raw data.
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation)
Sends a video frame with initialization-time data format.
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.