www.pudn.com > ncdzsrc.rar > streams.h


/*************************************************************************** 
 
	stream.c 
 
	サウンドストリーム処理 
 
***************************************************************************/ 
 
#ifndef STREAMS_H 
#define STREAMS_H 
 
int streams_sh_start(void); 
void streams_sh_stop(void); 
void streams_sh_update(void); 
 
int stream_init(void (*callback)(INT16 **buffer, int length)); 
void stream_update(int min_interval); 
void stream_set_volume(void); 
 
#endif /* STREAM_H */