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

Static Public Attributes

static final int VIDEO_FRAME_AUTO_DETECT = 0
 
static final int VIDEO_FRAME_KEY = 3
 
static final int VIDEO_FRAME_DELTA = 4
 

Detailed Description

Video frame type.

Member Data Documentation

◆ VIDEO_FRAME_AUTO_DETECT

final int io.agora.rtc.AgoraRtcService.VideoFrameType.VIDEO_FRAME_AUTO_DETECT = 0
static

0: Unknown frame type. The SDK automatically detects the frame type.

◆ VIDEO_FRAME_DELTA

final int io.agora.rtc.AgoraRtcService.VideoFrameType.VIDEO_FRAME_DELTA = 4
static

4: Delta frame, such as P frame.

◆ VIDEO_FRAME_KEY

final int io.agora.rtc.AgoraRtcService.VideoFrameType.VIDEO_FRAME_KEY = 3
static

3: key frame.


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