Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoSender.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
import
java.nio.ByteBuffer;
4
5
public
interface
ZoomSDKVideoSender
{
6
7
int
ROTATION_ACTION_0
= 0;
8
int
ROTATION_ACTION_90
= 1;
9
int
ROTATION_ACTION_180
= 2;
10
int
ROTATION_ACTION_270
= 3;
11
12
void
sendVideoFrame
(ByteBuffer frameBuffer,
int
width,
int
height,
int
frameLength,
int
rotation,
ExternalSourceDataFormat
format);
13
}
us.zoom.sdk.ExternalSourceDataFormat
Enumeration of video frame data format.
Definition
ExternalSourceDataFormat.java:6
us.zoom.sdk.ZoomSDKVideoSender
Definition
ZoomSDKVideoSender.java:5
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_180
int ROTATION_ACTION_180
Definition
ZoomSDKVideoSender.java:9
us.zoom.sdk.ZoomSDKVideoSender.sendVideoFrame
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_270
int ROTATION_ACTION_270
Definition
ZoomSDKVideoSender.java:10
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_0
int ROTATION_ACTION_0
Definition
ZoomSDKVideoSender.java:7
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_90
int ROTATION_ACTION_90
Definition
ZoomSDKVideoSender.java:8
sdk
ZoomSDKVideoSender.java
Generated by
1.12.0