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

#include <vp9.h>

Inheritance diagram for webrtc::VP9Encoder:
webrtc::VideoEncoder webrtc::VideoEncoder webrtc::VP9EncoderImpl webrtc::VP9EncoderImpl

Public Member Functions

virtual ~VP9Encoder ()
 
virtual ~VP9Encoder ()
 
- Public Member Functions inherited from webrtc::VideoEncoder
virtual ~VideoEncoder ()
 
virtual int32_t InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size)=0
 
virtual int32_t RegisterEncodeCompleteCallback (EncodedImageCallback *callback)=0
 
virtual int32_t Release ()=0
 
virtual int32_t Encode (const VideoFrame &frame, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types)=0
 
virtual int32_t SetChannelParameters (uint32_t packet_loss, int64_t rtt)=0
 
virtual int32_t SetRates (uint32_t bitrate, uint32_t framerate)
 
virtual int32_t SetRateAllocation (const BitrateAllocation &allocation, uint32_t framerate)
 
virtual ScalingSettings GetScalingSettings () const
 
virtual int32_t SetPeriodicKeyFrames (bool enable)
 
virtual bool SupportsNativeHandle () const
 
virtual const char * ImplementationName () const
 
virtual ~VideoEncoder ()
 
virtual int32_t InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size)=0
 
virtual int32_t RegisterEncodeCompleteCallback (EncodedImageCallback *callback)=0
 
virtual int32_t Release ()=0
 
virtual int32_t Encode (const VideoFrame &frame, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types)=0
 
virtual int32_t SetChannelParameters (uint32_t packet_loss, int64_t rtt)=0
 
virtual int32_t SetRates (uint32_t bitrate, uint32_t framerate)
 
virtual int32_t SetRateAllocation (const BitrateAllocation &allocation, uint32_t framerate)
 
virtual ScalingSettings GetScalingSettings () const
 
virtual int32_t SetPeriodicKeyFrames (bool enable)
 
virtual bool SupportsNativeHandle () const
 
virtual const char * ImplementationName () const
 

Static Public Member Functions

static bool IsSupported ()
 
static VP9EncoderCreate ()
 
static bool IsSupported ()
 
static VP9EncoderCreate ()
 
- Static Public Member Functions inherited from webrtc::VideoEncoder
static VideoEncoderCreate (EncoderType codec_type)
 
static bool IsSupportedSoftware (EncoderType codec_type)
 
static EncoderType CodecToEncoderType (VideoCodecType codec_type)
 
static VideoCodecVP8 GetDefaultVp8Settings ()
 
static VideoCodecVP9 GetDefaultVp9Settings ()
 
static VideoCodecH264 GetDefaultH264Settings ()
 
static VideoEncoderCreate (EncoderType codec_type)
 
static bool IsSupportedSoftware (EncoderType codec_type)
 
static EncoderType CodecToEncoderType (VideoCodecType codec_type)
 
static VideoCodecVP8 GetDefaultVp8Settings ()
 
static VideoCodecVP9 GetDefaultVp9Settings ()
 
static VideoCodecH264 GetDefaultH264Settings ()
 

Additional Inherited Members

- Public Types inherited from webrtc::VideoEncoder
enum  EncoderType {
  kH264, kVp8, kVp9, kUnsupportedCodec,
  kH264, kVp8, kVp9, kUnsupportedCodec
}
 
enum  EncoderType {
  kH264, kVp8, kVp9, kUnsupportedCodec,
  kH264, kVp8, kVp9, kUnsupportedCodec
}
 

Constructor & Destructor Documentation

◆ ~VP9Encoder() [1/2]

virtual webrtc::VP9Encoder::~VP9Encoder ( )
inlinevirtual

◆ ~VP9Encoder() [2/2]

virtual webrtc::VP9Encoder::~VP9Encoder ( )
inlinevirtual

Member Function Documentation

◆ Create() [1/2]

VP9Encoder * webrtc::VP9Encoder::Create ( )
static

◆ Create() [2/2]

static VP9Encoder* webrtc::VP9Encoder::Create ( )
static

◆ IsSupported() [1/2]

static bool webrtc::VP9Encoder::IsSupported ( )
static

◆ IsSupported() [2/2]

bool webrtc::VP9Encoder::IsSupported ( )
static

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