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

#include <config.h>

Inheritance diagram for webrtc::VideoEncoderConfig::VideoStreamFactoryInterface:
rtc::RefCountInterface rtc::RefCountInterface webrtc::RampUpTester::VideoStreamFactory webrtc::test::DefaultVideoStreamFactory webrtc::test::DefaultVideoStreamFactory

Public Member Functions

virtual std::vector< VideoStreamCreateEncoderStreams (int width, int height, const VideoEncoderConfig &encoder_config)=0
 
virtual std::vector< VideoStreamCreateEncoderStreams (int width, int height, const VideoEncoderConfig &encoder_config)=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
 

Protected Member Functions

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

Constructor & Destructor Documentation

◆ ~VideoStreamFactoryInterface() [1/2]

webrtc::VideoEncoderConfig::VideoStreamFactoryInterface::~VideoStreamFactoryInterface ( )
inlineoverrideprotected

◆ ~VideoStreamFactoryInterface() [2/2]

webrtc::VideoEncoderConfig::VideoStreamFactoryInterface::~VideoStreamFactoryInterface ( )
inlineoverrideprotected

Member Function Documentation

◆ CreateEncoderStreams() [1/2]

virtual std::vector<VideoStream> webrtc::VideoEncoderConfig::VideoStreamFactoryInterface::CreateEncoderStreams ( int  width,
int  height,
const VideoEncoderConfig encoder_config 
)
pure virtual

◆ CreateEncoderStreams() [2/2]

virtual std::vector<VideoStream> webrtc::VideoEncoderConfig::VideoStreamFactoryInterface::CreateEncoderStreams ( int  width,
int  height,
const VideoEncoderConfig encoder_config 
)
pure virtual

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