Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoSender.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
import
java.nio.ByteBuffer;
4
import
java.util.List;
5
11
public
interface
ZoomVideoSDKVideoSender
{
12
14
int
ROTATION_ACTION_0
= 0;
16
int
ROTATION_ACTION_90
= 1;
18
int
ROTATION_ACTION_180
= 2;
20
int
ROTATION_ACTION_270
= 3;
21
31
void
sendVideoFrame
(ByteBuffer frameBuffer,
int
width,
int
height,
int
frameLength,
int
rotation,
ExternalSourceDataFormat
format);
32
}
us.zoom.sdk.ExternalSourceDataFormat
Enumeration of raw data formats. Defines the color space format and color range for video frames.
Definition
ExternalSourceDataFormat.java:6
us.zoom.sdk.ZoomVideoSDKVideoSender
Interface for user to send video raw data.
Definition
ZoomVideoSDKVideoSender.java:11
us.zoom.sdk.ZoomVideoSDKVideoSender.ROTATION_ACTION_180
int ROTATION_ACTION_180
Rotation action 180 degrees.
Definition
ZoomVideoSDKVideoSender.java:18
us.zoom.sdk.ZoomVideoSDKVideoSender.ROTATION_ACTION_90
int ROTATION_ACTION_90
Rotation action 90 degrees.
Definition
ZoomVideoSDKVideoSender.java:16
us.zoom.sdk.ZoomVideoSDKVideoSender.ROTATION_ACTION_270
int ROTATION_ACTION_270
Rotation action 270 degrees.
Definition
ZoomVideoSDKVideoSender.java:20
us.zoom.sdk.ZoomVideoSDKVideoSender.ROTATION_ACTION_0
int ROTATION_ACTION_0
Rotation action 0 degrees.
Definition
ZoomVideoSDKVideoSender.java:14
us.zoom.sdk.ZoomVideoSDKVideoSender.sendVideoFrame
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)
Sends a video frame.
vsdk
sdk
ZoomVideoSDKVideoSender.java
Generated by
1.12.0