1 Star 0 Fork 2

anonymous / rtsp

forked from 飞猪饭饭 / rtsp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rtsp.h 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
greenjim301 提交于 2017-10-02 12:07 . first commit
#ifndef __RTSP_H__
#define __RTSP_H__
#include "r_string.h"
#include "rev_thread.h"
#include <stdint.h>
class rtsp_ctx
{
public:
rtsp_ctx();
~rtsp_ctx();
static LRESULT WINAPI WindowProc(HWND hwnd, UINT msg, WPARAM wparam,
LPARAM lparam);
rev_thread m_rev_thread;
HWND m_hwhd;
};
#endif
1
https://gitee.com/jibamao/rtsp.git
git@gitee.com:jibamao/rtsp.git
jibamao
rtsp
rtsp
master

搜索帮助