rtp.h
来自「AES一种常用的加密解密方法 AES加密解密程序源码」· C头文件 代码 · 共 51 行
H
51 行
#ifndef _RTP_H
#define _RTP_H
#include "stdafx.h"
#include<iostream.h>
#include "string.h"
#include "ctype.h"
#include "Aes.h"
#include "Udp.h"
#include "BMTK.h"
class RTP
{
public:
char* IV;
char* IW;
char* stream;
char* payload_data;
char* temp;
void MDPC_MTKD_DeRTP(char* buffer,int lenth);
char* s(int i);
protected:
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?