資源簡介
qTox is a chat, voice, video, and file transfer instant messaging client using
the encrypted peer-to-peer Tox protocol.
the encrypted peer-to-peer Tox protocol.
代碼片段和文件信息
/*
????Copyright???2014-2019?by?The?qTox?Project?Contributors
????This?file?is?part?of?qTox?a?Qt-based?graphical?interface?for?Tox.
????qTox?is?libre?software:?you?can?redistribute?it?and/or?modify
????it?under?the?terms?of?the?GNU?General?Public?License?as?published?by
????the?Free?Software?Foundation?either?version?3?of?the?License?or
????(at?your?option)?any?later?version.
????qTox?is?distributed?in?the?hope?that?it?will?be?useful
????but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
????MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the
????GNU?General?Public?License?for?more?details.
????You?should?have?received?a?copy?of?the?GNU?General?Public?License
????along?with?qTox.??If?not?see? .
*/
#include?
#include?“audio/audio.h“
#include?“audio/iaudiosettings.h“
#include?“backend/openal.h“
/**
?*?@brief?Select?the?audio?backend
?*?@param?settings?Audio?settings?to?use
?*?@return?Audio?backend?selection?based?on?settings
?*/
std::unique_ptr?Audio::makeAudio(IAudioSettings&?settings)
{
????return?std::unique_ptr(new?OpenAL(settings));
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-05-28?05:17??qTox-master\
?????目錄???????????0??2020-05-28?05:17??qTox-master\.circleci\
?????文件????????6636??2020-05-28?05:17??qTox-master\.circleci\config.yml
?????文件????????1830??2020-05-28?05:17??qTox-master\.clang-format
?????文件?????????101??2020-05-28?05:17??qTox-master\.clog.toml
?????文件?????????221??2020-05-28?05:17??qTox-master\.gitattributes
?????目錄???????????0??2020-05-28?05:17??qTox-master\.github\
?????文件?????????811??2020-05-28?05:17??qTox-master\.github\ISSUE_TEMPLATE.md
?????文件?????????129??2020-05-28?05:17??qTox-master\.github\PULL_REQUEST_TEMPLATE.md
?????文件?????????551??2020-05-28?05:17??qTox-master\.gitignore
?????文件????????9784??2020-05-28?05:17??qTox-master\.travis.yml
?????目錄???????????0??2020-05-28?05:17??qTox-master\.travis\
?????文件????????1256??2020-05-28?05:17??qTox-master\.travis\build-docs.sh
?????文件????????1691??2020-05-28?05:17??qTox-master\.travis\build-gitstats.sh
?????文件????????1712??2020-05-28?05:17??qTox-master\.travis\build-osx.sh
?????文件????????5188??2020-05-28?05:17??qTox-master\.travis\build-ubuntu-16-04.sh
?????文件????????5288??2020-05-28?05:17??qTox-master\.travis\build-windows.sh
?????目錄???????????0??2020-05-28?05:17??qTox-master\.travis\cirp\
?????文件?????????274??2020-05-28?05:17??qTox-master\.travis\cirp\check_cache.sh
?????文件?????????299??2020-05-28?05:17??qTox-master\.travis\cirp\check_precondition.sh
?????文件?????????288??2020-05-28?05:17??qTox-master\.travis\cirp\cleanup1.sh
?????文件?????????278??2020-05-28?05:17??qTox-master\.travis\cirp\cleanup2.sh
?????文件?????????351??2020-05-28?05:17??qTox-master\.travis\cirp\cleanup3.sh
?????文件?????????290??2020-05-28?05:17??qTox-master\.travis\cirp\cleanup4.sh
?????文件?????????425??2020-05-28?05:17??qTox-master\.travis\cirp\cleanup5.sh
?????文件?????????463??2020-05-28?05:17??qTox-master\.travis\cirp\collect.sh
?????文件????????1417??2020-05-28?05:17??qTox-master\.travis\cirp\install.sh
?????文件?????????867??2020-05-28?05:17??qTox-master\.travis\cirp\publish.sh
?????文件?????????451??2020-05-28?05:17??qTox-master\.travis\cirp\store.sh
?????文件?????????235??2020-05-28?05:17??qTox-master\.travis\cirp\update_cache.sh
?????文件????????1603??2020-05-28?05:17??qTox-master\.travis\deploy-docs.sh
............此處省略3603個文件信息
- 上一篇:STM32F207通過http更新固件
- 下一篇:C語言編程常見問題解答.pdf
評論
共有 條評論