Agora Java API Reference for Android
io.agora.rtc.live.LiveTranscoding.VideoCodecProfileType Enum Reference

Static Public Member Functions

static int getValue (VideoCodecProfileType type)
 

Public Attributes

 BASELINE =(66)
 
 MAIN =(77)
 
 HIGH =(100)
 

Detailed Description

Self-defined video codec profile.

Member Data Documentation

◆ BASELINE

io.agora.rtc.live.LiveTranscoding.VideoCodecProfileType.BASELINE =(66)

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

◆ MAIN

io.agora.rtc.live.LiveTranscoding.VideoCodecProfileType.MAIN =(77)

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

◆ HIGH

io.agora.rtc.live.LiveTranscoding.VideoCodecProfileType.HIGH =(100)

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