IoT SDK for Android v1.8.0
|
Public Member Functions | |
VideoFrameInfo () | |
Public Attributes | |
int | dataType |
int | streamType |
int | frameType |
int | frameRate |
Information about the video frame.
io.agora.rtc.AgoraRtcService.VideoFrameInfo.VideoFrameInfo | ( | ) |
int io.agora.rtc.AgoraRtcService.VideoFrameInfo.dataType |
The video encoding type. See VideoDataType.
int io.agora.rtc.AgoraRtcService.VideoFrameInfo.frameRate |
The number of video frames per second. The SDK uses this value to calculate timestamps of the encoded image.
int io.agora.rtc.AgoraRtcService.VideoFrameInfo.frameType |
The video frame type. See VideoFrameType.
int io.agora.rtc.AgoraRtcService.VideoFrameInfo.streamType |
The video stream type. See VideoStreamType.