webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Friends | List of all members
webrtc::CodecInst Struct Reference

#include <common_types.h>

Public Member Functions

bool operator== (const CodecInst &other) const
 
bool operator!= (const CodecInst &other) const
 
bool operator== (const CodecInst &other) const
 
bool operator!= (const CodecInst &other) const
 

Public Attributes

int pltype
 
char plname [RTP_PAYLOAD_NAME_SIZE]
 
int plfreq
 
int pacsize
 
size_t channels
 
int rate
 

Friends

std::ostream & operator<< (std::ostream &os, const CodecInst &ci)
 
std::ostream & operator<< (std::ostream &os, const CodecInst &ci)
 

Member Function Documentation

◆ operator!=() [1/2]

bool webrtc::CodecInst::operator!= ( const CodecInst other) const
inline

◆ operator!=() [2/2]

bool webrtc::CodecInst::operator!= ( const CodecInst other) const
inline

◆ operator==() [1/2]

bool webrtc::CodecInst::operator== ( const CodecInst other) const
inline

◆ operator==() [2/2]

bool webrtc::CodecInst::operator== ( const CodecInst other) const
inline

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream& operator<< ( std::ostream &  os,
const CodecInst ci 
)
friend

◆ operator<< [2/2]

std::ostream& operator<< ( std::ostream &  os,
const CodecInst ci 
)
friend

Member Data Documentation

◆ channels

size_t webrtc::CodecInst::channels

◆ pacsize

int webrtc::CodecInst::pacsize

◆ plfreq

int webrtc::CodecInst::plfreq

◆ plname

char webrtc::CodecInst::plname

◆ pltype

int webrtc::CodecInst::pltype

◆ rate

int webrtc::CodecInst::rate

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