rvrtpheader.c
来自「Radvision rtpRtcp协议栈 4.5.0.18 版本」· C语言 代码 · 共 31 行
C
31 行
/*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*/#include "rvrtpheader.h"#ifdef __cplusplusextern "C" {#endifRVAPIRvStatus RVCALLCONV RvRtpParamConstruct(INOUT RvRtpParam* param){ RV_UNUSED_ARG(param) return RV_OK;}#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?