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

#include <acm_codec_database.h>

Classes

struct  CodecSettings
 

Static Public Member Functions

static int CodecNumber (const CodecInst &codec_inst)
 
static int CodecId (const CodecInst &codec_inst)
 
static int CodecId (const char *payload_name, int frequency, size_t channels)
 
static int ReceiverCodecNumber (const CodecInst &codec_inst)
 
static int CodecNumber (const CodecInst &codec_inst)
 
static int CodecId (const CodecInst &codec_inst)
 
static int CodecId (const char *payload_name, int frequency, size_t channels)
 
static int ReceiverCodecNumber (const CodecInst &codec_inst)
 

Static Public Attributes

static const int kMaxNumCodecs = 50
 
static const int kMaxNumPacketSize = 6
 
static const CodecInst database_ [kMaxNumCodecs]
 
static const CodecSettings codec_settings_ [kMaxNumCodecs]
 
static const NetEqDecoder neteq_decoders_ [kMaxNumCodecs]
 

Member Function Documentation

◆ CodecId() [1/4]

int webrtc::acm2::ACMCodecDB::CodecId ( const CodecInst codec_inst)
static

◆ CodecId() [2/4]

static int webrtc::acm2::ACMCodecDB::CodecId ( const CodecInst codec_inst)
static

◆ CodecId() [3/4]

static int webrtc::acm2::ACMCodecDB::CodecId ( const char *  payload_name,
int  frequency,
size_t  channels 
)
static

◆ CodecId() [4/4]

int webrtc::acm2::ACMCodecDB::CodecId ( const char *  payload_name,
int  frequency,
size_t  channels 
)
static

◆ CodecNumber() [1/2]

static int webrtc::acm2::ACMCodecDB::CodecNumber ( const CodecInst codec_inst)
static

◆ CodecNumber() [2/2]

int webrtc::acm2::ACMCodecDB::CodecNumber ( const CodecInst codec_inst)
static

◆ ReceiverCodecNumber() [1/2]

static int webrtc::acm2::ACMCodecDB::ReceiverCodecNumber ( const CodecInst codec_inst)
static

◆ ReceiverCodecNumber() [2/2]

int webrtc::acm2::ACMCodecDB::ReceiverCodecNumber ( const CodecInst codec_inst)
static

Member Data Documentation

◆ codec_settings_

static const CodecSettings webrtc::acm2::ACMCodecDB::codec_settings_
static

◆ database_

static const CodecInst webrtc::acm2::ACMCodecDB::database_
static

◆ kMaxNumCodecs

static const int webrtc::acm2::ACMCodecDB::kMaxNumCodecs = 50
static

◆ kMaxNumPacketSize

static const int webrtc::acm2::ACMCodecDB::kMaxNumPacketSize = 6
static

◆ neteq_decoders_

static const NetEqDecoder webrtc::acm2::ACMCodecDB::neteq_decoders_
static

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