VideoSource

interface VideoSource

VideoSource is an interface for sources which produce video frames, and can send to a VideoSink. Implementations can be passed to the AudioVideoFacade to be used as the video source sent to remote participants

Inheritors

Properties

Link copied to clipboard

Content hint for downstream processing

Functions

Link copied to clipboard
abstract fun addVideoSink(sink: VideoSink)

Add a video sink which will immediately begin to receive new frames.

Link copied to clipboard
abstract fun removeVideoSink(sink: VideoSink)

Remove a video sink which will no longer receive new frames on return