Agora Java API Reference for Android
Public Member Functions | List of all members
io.agora.streaming.VideoFilter Class Referenceabstract

Public Member Functions

abstract VideoFrame process (VideoFrame inputFrame)
 

Member Function Documentation

◆ process()

abstract VideoFrame io.agora.streaming.VideoFilter.process ( VideoFrame  inputFrame)
abstract

Process the video frame.

Returns
The processed video frame, or null if you want to drop the video frame.