webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rtc::VideoSinkInterface< VideoFrameT > Class Template Referenceabstract

#include <videosinkinterface.h>

Public Member Functions

virtual ~VideoSinkInterface ()
 
virtual void OnFrame (const VideoFrameT &frame)=0
 
virtual ~VideoSinkInterface ()
 
virtual void OnFrame (const VideoFrameT &frame)=0
 

Constructor & Destructor Documentation

◆ ~VideoSinkInterface() [1/2]

template<typename VideoFrameT>
virtual rtc::VideoSinkInterface< VideoFrameT >::~VideoSinkInterface ( )
inlinevirtual

◆ ~VideoSinkInterface() [2/2]

template<typename VideoFrameT>
virtual rtc::VideoSinkInterface< VideoFrameT >::~VideoSinkInterface ( )
inlinevirtual

Member Function Documentation

◆ OnFrame() [1/2]

template<typename VideoFrameT>
virtual void rtc::VideoSinkInterface< VideoFrameT >::OnFrame ( const VideoFrameT &  frame)
pure virtual

◆ OnFrame() [2/2]

template<typename VideoFrameT>
virtual void rtc::VideoSinkInterface< VideoFrameT >::OnFrame ( const VideoFrameT &  frame)
pure virtual

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