webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Public Member Functions | Protected Member Functions | List of all members
webrtc::VideoTrackSourceInterface Class Referenceabstract

#include <mediastreaminterface.h>

Inheritance diagram for webrtc::VideoTrackSourceInterface:
webrtc::MediaSourceInterface rtc::VideoSourceInterface< VideoFrame > webrtc::MediaSourceInterface rtc::VideoSourceInterface< VideoFrame > webrtc::NotifierInterface rtc::RefCountInterface webrtc::NotifierInterface rtc::RefCountInterface webrtc::NotifierInterface rtc::RefCountInterface webrtc::NotifierInterface rtc::RefCountInterface webrtc::Notifier< VideoTrackSourceInterface > webrtc::Notifier< VideoTrackSourceInterface > webrtc::Notifier< webrtc::VideoTrackSourceInterface > webrtc::Notifier< webrtc::VideoTrackSourceInterface > webrtc::VideoTrackSource webrtc::VideoTrackSource webrtc::VideoTrackSource webrtc::VideoTrackSource rtc::AdaptedVideoTrackSource rtc::AdaptedVideoTrackSource rtc::AdaptedVideoTrackSource rtc::AdaptedVideoTrackSource

Classes

struct  Stats
 

Public Member Functions

virtual bool is_screencast () const =0
 
virtual rtc::Optional< bool > needs_denoising () const =0
 
virtual bool GetStats (Stats *stats)=0
 
virtual bool is_screencast () const =0
 
virtual rtc::Optional< bool > needs_denoising () const =0
 
virtual bool GetStats (Stats *stats)=0
 
- Public Member Functions inherited from webrtc::MediaSourceInterface
virtual SourceState state () const =0
 
virtual bool remote () const =0
 
virtual SourceState state () const =0
 
virtual bool remote () const =0
 
- Public Member Functions inherited from rtc::RefCountInterface
virtual int AddRef () const =0
 
virtual int Release () const =0
 
virtual int AddRef () const =0
 
virtual int Release () const =0
 
- Public Member Functions inherited from webrtc::NotifierInterface
virtual void RegisterObserver (ObserverInterface *observer)=0
 
virtual void UnregisterObserver (ObserverInterface *observer)=0
 
virtual ~NotifierInterface ()
 
virtual void RegisterObserver (ObserverInterface *observer)=0
 
virtual void UnregisterObserver (ObserverInterface *observer)=0
 
virtual ~NotifierInterface ()
 
- Public Member Functions inherited from rtc::VideoSourceInterface< VideoFrame >
virtual void AddOrUpdateSink (VideoSinkInterface< VideoFrame > *sink, const VideoSinkWants &wants)=0
 
virtual void AddOrUpdateSink (VideoSinkInterface< VideoFrame > *sink, const VideoSinkWants &wants)=0
 
virtual void RemoveSink (VideoSinkInterface< VideoFrame > *sink)=0
 
virtual void RemoveSink (VideoSinkInterface< VideoFrame > *sink)=0
 

Protected Member Functions

virtual ~VideoTrackSourceInterface ()
 
virtual ~VideoTrackSourceInterface ()
 
- Protected Member Functions inherited from webrtc::MediaSourceInterface
virtual ~MediaSourceInterface ()
 
virtual ~MediaSourceInterface ()
 
- Protected Member Functions inherited from rtc::RefCountInterface
virtual ~RefCountInterface ()
 
virtual ~RefCountInterface ()
 
- Protected Member Functions inherited from rtc::VideoSourceInterface< VideoFrame >
virtual ~VideoSourceInterface ()
 
virtual ~VideoSourceInterface ()
 

Additional Inherited Members

- Public Types inherited from webrtc::MediaSourceInterface
enum  SourceState {
  kInitializing, kLive, kEnded, kMuted,
  kInitializing, kLive, kEnded, kMuted
}
 
enum  SourceState {
  kInitializing, kLive, kEnded, kMuted,
  kInitializing, kLive, kEnded, kMuted
}
 

Constructor & Destructor Documentation

◆ ~VideoTrackSourceInterface() [1/2]

virtual webrtc::VideoTrackSourceInterface::~VideoTrackSourceInterface ( )
inlineprotectedvirtual

◆ ~VideoTrackSourceInterface() [2/2]

virtual webrtc::VideoTrackSourceInterface::~VideoTrackSourceInterface ( )
inlineprotectedvirtual

Member Function Documentation

◆ GetStats() [1/2]

virtual bool webrtc::VideoTrackSourceInterface::GetStats ( Stats stats)
pure virtual

◆ GetStats() [2/2]

virtual bool webrtc::VideoTrackSourceInterface::GetStats ( Stats stats)
pure virtual

◆ is_screencast() [1/2]

virtual bool webrtc::VideoTrackSourceInterface::is_screencast ( ) const
pure virtual

◆ is_screencast() [2/2]

virtual bool webrtc::VideoTrackSourceInterface::is_screencast ( ) const
pure virtual

◆ needs_denoising() [1/2]

virtual rtc::Optional<bool> webrtc::VideoTrackSourceInterface::needs_denoising ( ) const
pure virtual

◆ needs_denoising() [2/2]

virtual rtc::Optional<bool> webrtc::VideoTrackSourceInterface::needs_denoising ( ) const
pure virtual

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