Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoSender.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.nio.ByteBuffer;
4
8public interface ZoomSDKVideoSender {
9
18
29 void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format);
30}
Enumeration of video frame data format.
Interface for video sender operations.
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)
Sends a video frame.