资源简介
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更新固件
- 下一篇:没有了
相关资源
- 国际象棋的qt源代码
- QT上位机
- qt媒体播放器
- QT5开发及源代码
- qt完整项目
- C++ mqtt 用法
- qt进度条(RoundProgressBar)
- Qt的纽带风格界面实现(Office Ribbon风
- qt 实现画板
- QT Hisi demo
- 基础qt数据库读取和显示
- Qt画图工具源码(qgraphics draw)
- Qt查询SQLite数据库
- QtWebApp
- Qt 实现心电图
- Qt实现 屏幕截图
- qt cmd实现ping
- QT实现USB摄像头拍照
- qt texteditor(富文本编辑器)
- qt 串口助手源码
- qt登录富文本编辑器和文档打印设计
- 使用QWT库实现接收串口数据,并根据
- QT SQLite封装
- QT半透明效果界面
- Qt5串口通信-windows
- 计算机远程唤醒和关机
- 使用wxWidgets进行跨平台程序开发
- QT 动态曲线
- QT视频播放器(基于FFmpeg)
- 嵌入式QtC++编程课件
评论
共有 条评论