⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtp.h

📁 AES一种常用的加密解密方法 AES加密解密程序源码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -