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
13
int
ROTATION_ACTION_0
= 0;
14
int
ROTATION_ACTION_90
= 1;
15
int
ROTATION_ACTION_180
= 2;
16
int
ROTATION_ACTION_270
= 3;
17
27
void
sendVideoFrame
(ByteBuffer frameBuffer,
int
width,
int
height,
int
frameLength,
int
rotation,
ExternalSourceDataFormat
format);
28
}
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
Definition
ZoomVideoSDKVideoSender.java:15
us.zoom.sdk.ZoomVideoSDKVideoSender.ROTATION_ACTION_90
int ROTATION_ACTION_90
Definition
ZoomVideoSDKVideoSender.java:14
us.zoom.sdk.ZoomVideoSDKVideoSender.ROTATION_ACTION_270
int ROTATION_ACTION_270
Definition
ZoomVideoSDKVideoSender.java:16
us.zoom.sdk.ZoomVideoSDKVideoSender.ROTATION_ACTION_0
int ROTATION_ACTION_0
Definition
ZoomVideoSDKVideoSender.java:13
us.zoom.sdk.ZoomVideoSDKVideoSender.sendVideoFrame
void sendVideoFrame(ByteBuffer frameBuffer, int width, int height, int frameLength, int rotation, ExternalSourceDataFormat format)
sdk
ZoomVideoSDKVideoSender.java
Generated by
1.12.0