Agora Java API Reference for Android
Static Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.live.LiveTranscoding.VideoCodecProfileType Enum Reference

Video codec profile types. More...

Static Public Member Functions

static int getValue (VideoCodecProfileType type)
 

Public Attributes

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

Detailed Description

Video codec profile types.

Member Data Documentation

◆ BASELINE

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

66: Baseline video codec profile; generally used for video calls on mobile phones.

◆ MAIN

io.agora.rtc2.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.rtc2.live.LiveTranscoding.VideoCodecProfileType.HIGH =(100)

100: (Default) High video codec profile; generally used in high-resolution live streaming or television.