|
Ring Daemon
|
#include <system_codec_container.h>

Public Member Functions | |
| std::vector< unsigned > | getSystemCodecInfoIdList (MediaType type=MEDIA_ALL) |
| std::vector< std::shared_ptr< SystemCodecInfo > > | getSystemCodecInfoList (MediaType mediaType=MEDIA_ALL) |
| void | initCodecConfig () |
| void | removeCodecByName (const std::string &name, MediaType type=MEDIA_ALL) |
| std::shared_ptr< SystemCodecInfo > | searchCodecById (unsigned codecId, MediaType type=MEDIA_ALL) |
| std::shared_ptr< SystemCodecInfo > | searchCodecByName (const std::string &name, MediaType type=MEDIA_ALL) |
| std::shared_ptr< SystemCodecInfo > | searchCodecByPayload (unsigned payload, MediaType type=MEDIA_ALL) |
| SystemCodecContainer () | |
| ~SystemCodecContainer () | |
Definition at line 33 of file system_codec_container.h.
| jami::SystemCodecContainer::SystemCodecContainer | ( | ) |
Definition at line 36 of file system_codec_container.cpp.
References initCodecConfig().

| jami::SystemCodecContainer::~SystemCodecContainer | ( | ) |
Definition at line 41 of file system_codec_container.cpp.
| std::vector< unsigned > jami::SystemCodecContainer::getSystemCodecInfoIdList | ( | MediaType | type = MEDIA_ALL | ) |
Definition at line 250 of file system_codec_container.cpp.
References jami::emitSignal().

| std::vector< std::shared_ptr< SystemCodecInfo > > jami::SystemCodecContainer::getSystemCodecInfoList | ( | MediaType | mediaType = MEDIA_ALL | ) |
Definition at line 234 of file system_codec_container.cpp.
References jami::emitSignal(), and jami::MEDIA_ALL.

| void jami::SystemCodecContainer::initCodecConfig | ( | ) |
Definition at line 47 of file system_codec_container.cpp.
References jami::CODEC_ENCODER_DECODER, jami::SystemCodecInfo::DEFAULT_VIDEO_BITRATE, and jami::emitSignal().
Referenced by SystemCodecContainer().

| void jami::SystemCodecContainer::removeCodecByName | ( | const std::string & | name, |
| MediaType | type = MEDIA_ALL |
||
| ) |
Definition at line 288 of file system_codec_container.cpp.
References jami::emitSignal().

| std::shared_ptr< SystemCodecInfo > jami::SystemCodecContainer::searchCodecById | ( | unsigned | codecId, |
| MediaType | type = MEDIA_ALL |
||
| ) |
Definition at line 261 of file system_codec_container.cpp.
References jami::emitSignal().

| std::shared_ptr< SystemCodecInfo > jami::SystemCodecContainer::searchCodecByName | ( | const std::string & | name, |
| MediaType | type = MEDIA_ALL |
||
| ) |
Definition at line 270 of file system_codec_container.cpp.
References jami::emitSignal().

| std::shared_ptr< SystemCodecInfo > jami::SystemCodecContainer::searchCodecByPayload | ( | unsigned | payload, |
| MediaType | type = MEDIA_ALL |
||
| ) |
Definition at line 279 of file system_codec_container.cpp.
References jami::emitSignal().
