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

#include <video_bitrate_allocator.h>

Inheritance diagram for webrtc::VideoBitrateAllocator:
webrtc::DefaultVideoBitrateAllocator webrtc::DefaultVideoBitrateAllocator webrtc::SimulcastRateAllocator webrtc::SimulcastRateAllocator

Public Member Functions

 VideoBitrateAllocator ()
 
virtual ~VideoBitrateAllocator ()
 
virtual BitrateAllocation GetAllocation (uint32_t total_bitrate, uint32_t framerate)=0
 
virtual uint32_t GetPreferredBitrateBps (uint32_t framerate)=0
 
 VideoBitrateAllocator ()
 
virtual ~VideoBitrateAllocator ()
 
virtual BitrateAllocation GetAllocation (uint32_t total_bitrate, uint32_t framerate)=0
 
virtual uint32_t GetPreferredBitrateBps (uint32_t framerate)=0
 

Constructor & Destructor Documentation

◆ VideoBitrateAllocator() [1/2]

webrtc::VideoBitrateAllocator::VideoBitrateAllocator ( )
inline

◆ ~VideoBitrateAllocator() [1/2]

virtual webrtc::VideoBitrateAllocator::~VideoBitrateAllocator ( )
inlinevirtual

◆ VideoBitrateAllocator() [2/2]

webrtc::VideoBitrateAllocator::VideoBitrateAllocator ( )
inline

◆ ~VideoBitrateAllocator() [2/2]

virtual webrtc::VideoBitrateAllocator::~VideoBitrateAllocator ( )
inlinevirtual

Member Function Documentation

◆ GetAllocation() [1/2]

virtual BitrateAllocation webrtc::VideoBitrateAllocator::GetAllocation ( uint32_t  total_bitrate,
uint32_t  framerate 
)
pure virtual

◆ GetAllocation() [2/2]

virtual BitrateAllocation webrtc::VideoBitrateAllocator::GetAllocation ( uint32_t  total_bitrate,
uint32_t  framerate 
)
pure virtual

◆ GetPreferredBitrateBps() [1/2]

virtual uint32_t webrtc::VideoBitrateAllocator::GetPreferredBitrateBps ( uint32_t  framerate)
pure virtual

◆ GetPreferredBitrateBps() [2/2]

virtual uint32_t webrtc::VideoBitrateAllocator::GetPreferredBitrateBps ( uint32_t  framerate)
pure virtual

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