rvrtpheader.h

来自「Radvision rtpRtcp协议栈 4.5.0.18 版本」· C头文件 代码 · 共 43 行

H
43
字号
/*NOTICE:This document contains information that is proprietary to RADVISION LTD..No part of this publication may be reproduced in any form whatsoever withoutwritten prior approval by RADVISION LTD..RADVISION LTD. reserves the right to revise this publication and make changeswithout obligation to notify any person of such revisions or changes.*//*This file should not be used by the application and contain a dummy function*/#ifndef __RVRTPHEADER_H#define __RVRTPHEADER_H#include "rvtypes.h"#include "rverror.h"typedef struct RvRtpParam_{	IN      RvBool      dummy;        /* for internal usage only */} RvRtpParam;RVAPIRvStatus RVCALLCONV RvRtpParamConstruct(INOUT RvRtpParam* param);#ifdef __cplusplusextern "C" {#endif#ifdef __cplusplus}#endif#endif /* __RVRTPHEADER_H */

⌨️ 快捷键说明

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