Ring Daemon 16.0.0
|
#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 34 of file system_codec_container.h.
jami::SystemCodecContainer::SystemCodecContainer | ( | ) |
Definition at line 37 of file system_codec_container.cpp.
References initCodecConfig().
jami::SystemCodecContainer::~SystemCodecContainer | ( | ) |
Definition at line 42 of file system_codec_container.cpp.
std::vector< unsigned > jami::SystemCodecContainer::getSystemCodecInfoIdList | ( | MediaType | type = MEDIA_ALL | ) |
Definition at line 269 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 253 of file system_codec_container.cpp.
References jami::emitSignal(), and jami::MEDIA_ALL.
void jami::SystemCodecContainer::initCodecConfig | ( | ) |
Definition at line 48 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 307 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 280 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 289 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 298 of file system_codec_container.cpp.
References jami::emitSignal().