LeiaSR SDK 720218b2 v1.32.7.6322 2025-02-13T14:55:38Z
Stable
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
SR::VideoListener Class Referenceabstract

Interface for listening to SR_videoFrame updates. More...

#include <videolistener.h>

Public Member Functions

virtual void accept (const VideoFrame &frame)=0
 Accept an SR_videoFrame frame. More...
 

Detailed Description

Interface for listening to SR_videoFrame updates.

Member Function Documentation

◆ accept()

virtual void SR::VideoListener::accept ( const VideoFrame frame)
pure virtual

Accept an SR_videoFrame frame.

Parameters
framerepresents a new SR_videoFrame update

This function is called from an VideoStream. Updates will be frequent, but the next update will only be receivable once accept has returned control to the stream.


The documentation for this class was generated from the following file: