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
5public interface ZoomSDKVideoSender {
6
11
12 void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format);
13}
Enumeration of video frame data format.
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)