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

📄 soundprivate.h

📁 radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
💻 H
字号:
//// (c) Yuri Kiryanov, openh323@kiryanov.com// for www.Openh323.org by Equivalence//// Portions: 1998-1999, Be Incorporated//#if ! defined( _SoundPrivate_h )#define _SoundPrivate_h//	The following are implementation details that we don't//	want to expose to the world at large.#include "SoundUtils.h"//	This structure is the body of a request that we use to//	implement SetHooks().struct set_hooks_q {	port_id reply;	void * cookie;	SoundProcessFunc process;	SoundNotifyFunc notify;};//	All incoming buffers and Media Kit requests arrive at a//	media node in the form of messages (which are generally//	dispatched for you by your superclasses' HandleMessage//	implementations). Each message has a 'type' which is//	analagous to a BMessage's 'what' field. We'll define our//	own private message types for our SoundConsumer and//	SoundProducer to use. The BeOS reserves a range,//	0x60000000 to 0x7fffffff, for us to use.enum {	MSG_QUIT_NOW = 0x60000000L,	MSG_CHANGE_HOOKS};#endif /* _SoundPrivate_h */

⌨️ 快捷键说明

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