This is the complete list of members for jami::SystemAudioCodecInfo, including all inherited members.
audioformat | jami::SystemAudioCodecInfo | |
avcodecId | jami::SystemCodecInfo | |
bitrate | jami::SystemCodecInfo | |
codecType | jami::SystemCodecInfo | |
DEFAULT_CODEC_QUALITY | jami::SystemCodecInfo | static |
DEFAULT_MAX_BITRATE | jami::SystemCodecInfo | static |
DEFAULT_MIN_BITRATE | jami::SystemCodecInfo | static |
DEFAULT_NO_QUALITY | jami::SystemCodecInfo | static |
DEFAULT_VIDEO_BITRATE | jami::SystemCodecInfo | static |
getCodecSpecifications() const override | jami::SystemAudioCodecInfo | virtual |
id | jami::SystemCodecInfo | |
isActive | jami::SystemCodecInfo | |
isPCMG722() const | jami::SystemAudioCodecInfo | |
libName | jami::SystemCodecInfo | |
longName | jami::SystemCodecInfo | |
maxBitrate | jami::SystemCodecInfo | |
maxQuality | jami::SystemCodecInfo | |
mediaType | jami::SystemCodecInfo | |
minBitrate | jami::SystemCodecInfo | |
minQuality | jami::SystemCodecInfo | |
name | jami::SystemCodecInfo | |
order | jami::SystemCodecInfo | |
payloadType | jami::SystemCodecInfo | |
quality | jami::SystemCodecInfo | |
setCodecSpecifications(const std::map< std::string, std::string > &details) | jami::SystemAudioCodecInfo | |
SystemAudioCodecInfo(unsigned codecId, unsigned avcodecId, const std::string &longName, const std::string &name, const std::string &libName, CodecType type, unsigned bitrate=0, unsigned sampleRate=0, unsigned nbChannels=0, unsigned payloadType=0, AVSampleFormat sampleFormat=AV_SAMPLE_FMT_S16) | jami::SystemAudioCodecInfo | |
SystemCodecInfo(unsigned codecId, unsigned avcodecId, const std::string &longName, const std::string &name, const std::string &libName, MediaType mediaType, CodecType codecType=CODEC_NONE, unsigned bitrate=0, unsigned payloadType=0, unsigned m_minQuality=DEFAULT_NO_QUALITY, unsigned m_maxQuality=DEFAULT_NO_QUALITY) | jami::SystemCodecInfo | |
~SystemAudioCodecInfo() | jami::SystemAudioCodecInfo | |
~SystemCodecInfo() | jami::SystemCodecInfo | virtual |