Agora Java API Reference for Android
io.agora.rtc.mediaio.MediaIO.ContentHint Enum Reference

Public Member Functions

 ContentHint (int value)
 
int intValue ()
 

Public Attributes

 NONE =(0)
 
 MOTION =(1)
 
 DETAIL =(2)
 
final int value
 

Detailed Description

The content hint for screen sharing.

Member Data Documentation

◆ NONE

io.agora.rtc.mediaio.MediaIO.ContentHint.NONE =(0)

(Default) No content hint.

◆ MOTION

io.agora.rtc.mediaio.MediaIO.ContentHint.MOTION =(1)

Motion-intensive content. Choose this option if you prefer smoothness or when you are sharing a video clip, movie, or video game.

◆ DETAIL

io.agora.rtc.mediaio.MediaIO.ContentHint.DETAIL =(2)

Motionless content. Choose this option if you prefer sharpness or when you are sharing a picture, PowerPoint slide, or text.