Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rte.media.video.AgoraRteVideoCodecProfileType Enum Reference

Public Member Functions

int getValue ()
 

Public Attributes

 VIDEO_CODEC_PROFILE_BASELINE =(66)
 
 VIDEO_CODEC_PROFILE_MAIN =(77)
 
 VIDEO_CODEC_PROFILE_HIGH =(100)
 
int value
 

Member Data Documentation

◆ VIDEO_CODEC_PROFILE_BASELINE

io.agora.rte.media.video.AgoraRteVideoCodecProfileType.VIDEO_CODEC_PROFILE_BASELINE =(66)

66: Baseline video codec profile. Generally used in video calls on mobile phones.

◆ VIDEO_CODEC_PROFILE_MAIN

io.agora.rte.media.video.AgoraRteVideoCodecProfileType.VIDEO_CODEC_PROFILE_MAIN =(77)

77: Main video codec profile. Generally used in mainstream electronics, such as MP4 players, portable video players, PSP, and iPads.

◆ VIDEO_CODEC_PROFILE_HIGH

io.agora.rte.media.video.AgoraRteVideoCodecProfileType.VIDEO_CODEC_PROFILE_HIGH =(100)

100: (Default) High video codec profile. Generally used in high-resolution broadcasts or television.