mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
feat(AbstractCodecsModel): add a todo for future is usable codec usage
This commit is contained in:
parent
7a2531061e
commit
732a5b7e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ void AbstractCodecsModel::addCodec (shared_ptr<linphone::PayloadType> &codec) {
|
|||
map["description"] = ::Utils::coreStringToAppString(codec->getDescription());
|
||||
map["enabled"] = codec->enabled();
|
||||
map["encoderDescription"] = ::Utils::coreStringToAppString(codec->getEncoderDescription());
|
||||
map["isUsable"] = codec->isUsable();
|
||||
map["isUsable"] = codec->isUsable(); // TODO: Notify in UI when unusable.
|
||||
map["isVbr"] = codec->isVbr();
|
||||
map["mime"] = ::Utils::coreStringToAppString(codec->getMimeType());
|
||||
map["number"] = codec->getNumber();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue