public static class AgoraRtcService.VideoFrameInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
dataType
The video codec: #VideoDataType.
|
int |
frameRate
The number of video frames per second, can be set 0-60.
|
int |
frameType
The frame type of the encoded video frame: #VideoFrameType.
|
int |
rotation
The rotation information of the encoded video frame: #VIDEO_ORIENTATIO
|
int |
streamType
The video stream type: #VideoStreamType
|
Constructor and Description |
---|
VideoFrameInfo() |
public int dataType
public int streamType
public int frameType
public int frameRate
public int rotation