webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
cricket::WebRtcVcmFactoryInterface Class Referenceabstract

#include <webrtcvideocapturer.h>

Inheritance diagram for cricket::WebRtcVcmFactoryInterface:
cricket::WebRtcVcmFactory FakeWebRtcVcmFactory FakeWebRtcVcmFactory

Public Member Functions

virtual ~WebRtcVcmFactoryInterface ()
 
virtual rtc::scoped_refptr< webrtc::VideoCaptureModuleCreate (const char *device)=0
 
virtual webrtc::VideoCaptureModule::DeviceInfoCreateDeviceInfo ()=0
 
virtual void DestroyDeviceInfo (webrtc::VideoCaptureModule::DeviceInfo *info)=0
 
virtual ~WebRtcVcmFactoryInterface ()
 
virtual rtc::scoped_refptr< webrtc::VideoCaptureModuleCreate (const char *device)=0
 
virtual webrtc::VideoCaptureModule::DeviceInfoCreateDeviceInfo ()=0
 
virtual void DestroyDeviceInfo (webrtc::VideoCaptureModule::DeviceInfo *info)=0
 

Constructor & Destructor Documentation

◆ ~WebRtcVcmFactoryInterface() [1/2]

virtual cricket::WebRtcVcmFactoryInterface::~WebRtcVcmFactoryInterface ( )
inlinevirtual

◆ ~WebRtcVcmFactoryInterface() [2/2]

virtual cricket::WebRtcVcmFactoryInterface::~WebRtcVcmFactoryInterface ( )
inlinevirtual

Member Function Documentation

◆ Create() [1/2]

virtual rtc::scoped_refptr<webrtc::VideoCaptureModule> cricket::WebRtcVcmFactoryInterface::Create ( const char *  device)
pure virtual

◆ Create() [2/2]

virtual rtc::scoped_refptr<webrtc::VideoCaptureModule> cricket::WebRtcVcmFactoryInterface::Create ( const char *  device)
pure virtual

◆ CreateDeviceInfo() [1/2]

virtual webrtc::VideoCaptureModule::DeviceInfo* cricket::WebRtcVcmFactoryInterface::CreateDeviceInfo ( )
pure virtual

◆ CreateDeviceInfo() [2/2]

virtual webrtc::VideoCaptureModule::DeviceInfo* cricket::WebRtcVcmFactoryInterface::CreateDeviceInfo ( )
pure virtual

◆ DestroyDeviceInfo() [1/2]

virtual void cricket::WebRtcVcmFactoryInterface::DestroyDeviceInfo ( webrtc::VideoCaptureModule::DeviceInfo info)
pure virtual

◆ DestroyDeviceInfo() [2/2]

virtual void cricket::WebRtcVcmFactoryInterface::DestroyDeviceInfo ( webrtc::VideoCaptureModule::DeviceInfo info)
pure virtual

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