📄 rvrtpheader.h
字号:
/*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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -