webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Protected Member Functions | List of all members
webrtc::MediaSourceInterface Class Referenceabstract

#include <mediastreaminterface.h>

Inheritance diagram for webrtc::MediaSourceInterface:
rtc::RefCountInterface webrtc::NotifierInterface rtc::RefCountInterface webrtc::NotifierInterface webrtc::AudioSourceInterface webrtc::AudioSourceInterface webrtc::VideoTrackSourceInterface webrtc::VideoTrackSourceInterface webrtc::Notifier< AudioSourceInterface > webrtc::Notifier< AudioSourceInterface > webrtc::Notifier< AudioSourceInterface > webrtc::Notifier< AudioSourceInterface > webrtc::Notifier< VideoTrackSourceInterface > webrtc::Notifier< VideoTrackSourceInterface > webrtc::Notifier< webrtc::VideoTrackSourceInterface > webrtc::Notifier< webrtc::VideoTrackSourceInterface > webrtc::Notifier< VideoTrackSourceInterface > webrtc::Notifier< VideoTrackSourceInterface > webrtc::Notifier< webrtc::VideoTrackSourceInterface > webrtc::Notifier< webrtc::VideoTrackSourceInterface >

Public Types

enum  SourceState {
  kInitializing, kLive, kEnded, kMuted,
  kInitializing, kLive, kEnded, kMuted
}
 
enum  SourceState {
  kInitializing, kLive, kEnded, kMuted,
  kInitializing, kLive, kEnded, kMuted
}
 

Public Member Functions

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 ()
 

Protected Member Functions

virtual ~MediaSourceInterface ()
 
virtual ~MediaSourceInterface ()
 
- Protected Member Functions inherited from rtc::RefCountInterface
virtual ~RefCountInterface ()
 
virtual ~RefCountInterface ()
 

Member Enumeration Documentation

◆ SourceState [1/2]

Enumerator
kInitializing 
kLive 
kEnded 
kMuted 
kInitializing 
kLive 
kEnded 
kMuted 

◆ SourceState [2/2]

Enumerator
kInitializing 
kLive 
kEnded 
kMuted 
kInitializing 
kLive 
kEnded 
kMuted 

Constructor & Destructor Documentation

◆ ~MediaSourceInterface() [1/2]

virtual webrtc::MediaSourceInterface::~MediaSourceInterface ( )
inlineprotectedvirtual

◆ ~MediaSourceInterface() [2/2]

virtual webrtc::MediaSourceInterface::~MediaSourceInterface ( )
inlineprotectedvirtual

Member Function Documentation

◆ remote() [1/2]

virtual bool webrtc::MediaSourceInterface::remote ( ) const
pure virtual

◆ remote() [2/2]

virtual bool webrtc::MediaSourceInterface::remote ( ) const
pure virtual

◆ state() [1/2]

virtual SourceState webrtc::MediaSourceInterface::state ( ) const
pure virtual

◆ state() [2/2]

virtual SourceState webrtc::MediaSourceInterface::state ( ) const
pure virtual

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