rtsp_example.h

来自「一个简单的RTSP客户端实现源码」· C头文件 代码 · 共 24 行

H
24
字号
/**********This library is free software; you can redistribute it and/or modify it underthe terms of the GNU Lesser General Public License as published by theFree Software Foundation; either version 2.1 of the License, or (at youroption) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.)This library is distributed in the hope that it will be useful, but WITHOUTANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESSFOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License formore details.**********/#include <stdio.h>#include <unistd.h>#include <string.h>#include <sys/select.h>#include <sys/time.h>#include <time.h>#include <sys/timeb.h>#include <sys/types.h>#include "rtsp.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?