资源简介
RtmpClient.rar

代码片段和文件信息
#define APPlink_STDIN 1
#define APPlink_STDOUT 2
#define APPlink_STDERR 3
#define APPlink_FPRINTF 4
#define APPlink_FGETS 5
#define APPlink_FREAD 6
#define APPlink_FWRITE 7
#define APPlink_FSETMOD 8
#define APPlink_FEOF 9
#define APPlink_FCLOSE 10 /* should not be used */
#define APPlink_FOPEN 11 /* solely for completeness */
#define APPlink_FSEEK 12
#define APPlink_FTELL 13
#define APPlink_FFLUSH 14
#define APPlink_FERROR 15
#define APPlink_CLEARERR 16
#define APPlink_FILENO 17 /* to be used with below */
#define APPlink_OPEN 18 /* formally can‘t be used as flags can vary */
#define APPlink_READ 19
#define APPlink_WRITE 20
#define APPlink_LSEEK 21
#define APPlink_CLOSE 22
#define APPlink_MAX 22 /* always same as last macro */
#ifndef APPMACROS_ONLY
#include
#include
#include
static void *app_stdin(void) { return stdin; }
static void *app_stdout(void) { return stdout; }
static void *app_stderr(void) { return stderr; }
static int app_feof(FILE *fp) { return feof(fp); }
static int app_ferror(FILE *fp) { return ferror(fp); }
static void app_clearerr(FILE *fp) { clearerr(fp); }
static int app_fileno(FILE *fp) { return _fileno(fp); }
static int app_fsetmod(FILE *fpchar mod)
{ return _setmode (_fileno(fp)mod==‘b‘?_O_BINARY:_O_TEXT); }
#ifdef __cplusplus
extern “C“ {
#endif
__declspec(dllexport)
void **
#if defined(__BORLANDC__)
__stdcall /* __stdcall appears to be the only way to get the name
* decoration right with Borland C. Otherwise it works
* purely incidentally as we pass no parameters. */
#else
__cdecl
#endif
OPENSSL_Applink(void)
{ static int once=1;
static void *OPENSSL_ApplinkTable[APPlink_MAX+1]={(void *)APPlink_MAX};
if (once)
{ OPENSSL_ApplinkTable[APPlink_STDIN] = app_stdin;
OPENSSL_ApplinkTable[APPlink_STDOUT] = app_stdout;
OPENSSL_ApplinkTable[APPlink_STDERR] = app_stderr;
OPENSSL_ApplinkTable[APPlink_FPRINTF] = fprintf;
OPENSSL_ApplinkTable[APPlink_FGETS] = fgets;
OPENSSL_ApplinkTable[APPlink_FREAD] = fread;
OPENSSL_ApplinkTable[APPlink_FWRITE] = fwrite;
OPENSSL_ApplinkTable[APPlink_FSETMOD] = app_fsetmod;
OPENSSL_ApplinkTable[APPlink_FEOF] = app_feof;
OPENSSL_ApplinkTable[APPlink_FCLOSE] = fclose;
OPENSSL_ApplinkTable[APPlink_FOPEN] = fopen;
OPENSSL_ApplinkTable[APPlink_FSEEK] = fseek;
OPENSSL_ApplinkTable[APPlink_FTELL] = ftell;
OPENSSL_ApplinkTable[APPlink_FFLUSH] = fflush;
OPENSSL_ApplinkTable[APPlink_FERROR] = app_ferror;
OPENSSL_ApplinkTable[APPlink_CLEARERR] = app_clearerr;
OPENSSL_ApplinkTable[APPlink_FILENO] = app_fileno;
OPENSSL_ApplinkTable[APPlink_OPEN] = _open;
OPENSSL_ApplinkTable[APPlink_READ] = _read;
OPENSSL_ApplinkTable[APPlink_WRITE] = _write;
OPENSSL_ApplinkTable[APPlink_LSEEK] = _lseek;
OPENSSL_ApplinkTable[APPlink_CLOSE] = _close;
once = 0;
}
return OPENSSL_ApplinkTable;
}
#ifdef __cplusplus
}
#endif
#endif
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 831 2018-06-28 15:37 CMakeLists.txt
文件 1058 2018-06-28 15:38 RtmpClient\CMakeLists.txt
文件 4592 2018-06-22 15:08 RtmpClient\RtmpClient.cpp
文件 2042 2018-06-21 17:42 RtmpClient\RtmpClient.h
文件 757 2018-06-21 17:42 RtmpClient\RtmpClientExp.cpp
文件 1648 2018-06-21 17:53 RtmpClient\RtmpClientExp.h
文件 10809 2018-06-22 14:12 RtmpClient\RtmpConnectClt.cpp
文件 743 2018-06-22 10:11 RtmpClient\RtmpConnectClt.h
文件 511 2018-06-21 15:38 RtmpCoder\CMakeLists.txt
文件 13835 2018-06-21 15:43 RtmpCoder\RtmpEncoder.cpp
文件 1733 2018-06-21 15:43 RtmpCoder\RtmpEncoder.h
I.A.... 79 2017-11-02 11:13 librtmp\.gitignore
I.A.... 27296 2017-11-06 16:38 librtmp\amf.c
I.A.... 5876 2017-11-06 16:50 librtmp\amf.h
I.A.... 2539 2017-11-06 16:38 librtmp\bytes.h
I.A.... 9808 2017-11-02 11:13 librtmp\ChangeLog
I.A.... 695 2018-06-21 18:16 librtmp\CMakeLists.txt
I.A.... 18326 2017-11-02 11:13 librtmp\COPYING
I.A.... 6750 2017-11-06 16:51 librtmp\dh.c
I.A.... 5098 2017-11-06 16:41 librtmp\dh.h
I.A.... 9575 2017-11-06 16:38 librtmp\dhgroups.h
I.A.... 32498 2017-11-06 16:52 librtmp\handshake.c
I.A.... 23542 2017-11-02 21:06 librtmp\handshake.h
I.A.... 15331 2017-11-06 16:38 librtmp\hashswf.c
I.A.... 1637 2017-11-06 16:38 librtmp\http.h
I.A.... 7143 2017-11-06 16:38 librtmp\librtmp.3
I.A.... 8688 2017-11-06 16:38 librtmp\librtmp.3.html
I.A.... 295 2017-11-06 16:38 librtmp\librtmp.pc.in
I.A.... 4590 2017-11-06 16:38 librtmp\log.c
I.A.... 2221 2017-11-06 16:38 librtmp\log.h
............此处省略237个文件信息
- 上一篇:get06.19.rar
- 下一篇:运动员最佳匹配问题.zip
相关资源
- vspd7.2.308.zip
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
评论
共有 条评论