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

Public Member Functions

 CaptureType (int value)
 
int intValue ()
 

Public Attributes

 UNKNOWN =(0)
 
 CAMERA =(1)
 
 SCREEN =(2)
 
final int value
 

Detailed Description

The capture type of the custom video source.

Member Data Documentation

◆ UNKNOWN

io.agora.rtc.mediaio.MediaIO.CaptureType.UNKNOWN =(0)

Unknown type.

◆ CAMERA

io.agora.rtc.mediaio.MediaIO.CaptureType.CAMERA =(1)

(Default) Video captured by the camera.

◆ SCREEN

io.agora.rtc.mediaio.MediaIO.CaptureType.SCREEN =(2)

Video for screen sharing.