IoT SDK for Android v1.8.0
Public Member Functions | Public Attributes | List of all members
io.agora.rtc.AgoraRtcService.VideoFrameInfo Class Reference

Public Member Functions

 VideoFrameInfo ()
 

Public Attributes

int dataType
 
int streamType
 
int frameType
 
int frameRate
 

Detailed Description

Information about the video frame.

Constructor & Destructor Documentation

◆ VideoFrameInfo()

io.agora.rtc.AgoraRtcService.VideoFrameInfo.VideoFrameInfo ( )

Member Data Documentation

◆ dataType

int io.agora.rtc.AgoraRtcService.VideoFrameInfo.dataType

The video encoding type. See VideoDataType.

◆ frameRate

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.

◆ frameType

int io.agora.rtc.AgoraRtcService.VideoFrameInfo.frameType

The video frame type. See VideoFrameType.

◆ streamType

int io.agora.rtc.AgoraRtcService.VideoFrameInfo.streamType

The video stream type. See VideoStreamType.


The documentation for this class was generated from the following file: