rvrtpbuffer.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.*/#ifndef _RV_RTP_BUFFER_H#define _RV_RTP_BUFFER_H#include "rvtypes.h"#ifdef __cplusplusextern "C" {#endiftypedef struct{    RvUint32 length;    RvUint8*  buffer;} RvRtpBuffer;RvBool buffAddToBuffer(RvRtpBuffer* to, RvRtpBuffer* from, RvUint32 offset);RvBool buffValid(RvRtpBuffer* buff,RvUint32 size);RvRtpBuffer buffCreate(void* data,int size);#ifdef __cplusplus}#endif#endif /* _RV_RTP_BUFFER_H */

⌨️ 快捷键说明

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