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
8
public
interface
ZoomSDKVideoSender
{
9
11
int
ROTATION_ACTION_0
= 0;
13
int
ROTATION_ACTION_90
= 1;
15
int
ROTATION_ACTION_180
= 2;
17
int
ROTATION_ACTION_270
= 3;
18
29
void
sendVideoFrame
(ByteBuffer frameBuffer,
int
width,
int
height,
int
frameLength,
int
rotation,
ExternalSourceDataFormat
format);
30
}
us.zoom.sdk.ExternalSourceDataFormat
Enumeration of video frame data format.
Definition
ExternalSourceDataFormat.java:6
us.zoom.sdk.ZoomSDKVideoSender
Interface for video sender operations.
Definition
ZoomSDKVideoSender.java:8
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_180
int ROTATION_ACTION_180
Definition
ZoomSDKVideoSender.java:15
us.zoom.sdk.ZoomSDKVideoSender.sendVideoFrame
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)
Sends a video frame.
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_270
int ROTATION_ACTION_270
Definition
ZoomSDKVideoSender.java:17
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_0
int ROTATION_ACTION_0
Definition
ZoomSDKVideoSender.java:11
us.zoom.sdk.ZoomSDKVideoSender.ROTATION_ACTION_90
int ROTATION_ACTION_90
Definition
ZoomSDKVideoSender.java:13
msdk
sdk
ZoomSDKVideoSender.java
Generated by
1.16.1