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

Static Public Member Functions

static int getValue (QoEPreference type)
 

Public Attributes

 VIDEO_QOE_PREFERENCE_BALANCE =(1)
 
 VIDEO_QOE_PREFERENCE_DELAY_FIRST =(2)
 
 VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST =(3)
 
 VIDEO_QOE_PREFERENCE_FLUENCY_FIRST =(4)
 

Detailed Description

Sets the video qoe preference.

Member Data Documentation

◆ VIDEO_QOE_PREFERENCE_BALANCE

io.agora.rtc2.Constants.QoEPreference.VIDEO_QOE_PREFERENCE_BALANCE =(1)

0: Default QoE type, balance the delay, picture quality and fluency.

◆ VIDEO_QOE_PREFERENCE_DELAY_FIRST

io.agora.rtc2.Constants.QoEPreference.VIDEO_QOE_PREFERENCE_DELAY_FIRST =(2)

1: lower the e2e delay.

◆ VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST

io.agora.rtc2.Constants.QoEPreference.VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST =(3)

1: picture quality.

◆ VIDEO_QOE_PREFERENCE_FLUENCY_FIRST

io.agora.rtc2.Constants.QoEPreference.VIDEO_QOE_PREFERENCE_FLUENCY_FIRST =(4)

0: more fluency.