VideoSink
interface VideoSink
A VideoSink consumes video frames, typically from a VideoSource. It may process, fork, or render these frames. Typically connected via VideoSource.addVideoSink and disconnected via VideoSource.removeVideoSink
Inheritors
Functions
Link copied to clipboard
Receive a video frame from some upstream source. The VideoSink may render, store, process, and forward the frame, among other applications.