flash swf file player

源代码在线查看: input.h

软件大小: 521 K
上传用户: zhangtaoai007
关键词: player flash file swf
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* input.h				 * 				 * $Id: input.h,v 1.8 2004/01/11 10:42:38 whamann Exp $				 *				 * Notice: This header file contains declarations of functions and types that				 * are just used internally. All library functions and types that are supposed				 * to be publicly accessable are defined in ./src/ming.h.				 */								#ifndef SWF_INPUT_H_INCLUDED				#define SWF_INPUT_H_INCLUDED								#include "ming.h"								int SWFInput_read(SWFInput input, char* buffer, int count);								int SWFInput_getChar(SWFInput input);				int SWFInput_getUInt16(SWFInput input);				int SWFInput_getUInt16_BE(SWFInput input);				int SWFInput_getSInt16(SWFInput input);				unsigned long SWFInput_getUInt24_BE(SWFInput input);				unsigned long SWFInput_getUInt32(SWFInput input);				unsigned long SWFInput_getUInt32_BE(SWFInput input);								#endif /* SWF_INPUT_H_INCLUDED */							

相关资源