1 Star 0 Fork 64

道根 / aquila

forked from gozfree / aquila 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aquila.h 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
gozfree 提交于 2020-06-15 00:22 . add audio support, on-going
/******************************************************************************
* Copyright (C) 2014-2020 Zhifeng Gong <gozfree@163.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This program 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with libraries; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/
#ifndef _AQUILA_H_
#define _AQUILA_H_
#include <gear-lib/libdarray.h>
#include <gear-lib/libqueue.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include "filter.h"
#include "config.h"
struct aquila {
struct aq_config config;
struct queue **queue;
struct filter_ctx **filter;
bool run;
};
#endif
C
1
https://gitee.com/chamsdoncon/aquila.git
git@gitee.com:chamsdoncon/aquila.git
chamsdoncon
aquila
aquila
master

搜索帮助