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

Static Public Member Functions

static int getValue (ExternalVideoSourceType type)
 

Public Attributes

 VIDEO_FRAME =(0)
 
 ENCODED_VIDEO_FRAME =(1)
 

Detailed Description

External video source types definition.

Member Data Documentation

◆ VIDEO_FRAME

io.agora.rtc2.Constants.ExternalVideoSourceType.VIDEO_FRAME =(0)

0: non-encoded video frame.

◆ ENCODED_VIDEO_FRAME

io.agora.rtc2.Constants.ExternalVideoSourceType.ENCODED_VIDEO_FRAME =(1)

1: encoded video frame.