00001 /***************************************************************** 00002 | 00003 | BlueTune - Stream Private API 00004 | 00005 | (c) 2002-2006 Gilles Boccon-Gibod 00006 | Author: Gilles Boccon-Gibod (bok@bok.net) 00007 | 00008 ****************************************************************/ 00009 00010 #ifndef _BLT_STREAM_PRIV_H_ 00011 #define _BLT_STREAM_PRIV_H_ 00012 00013 /*---------------------------------------------------------------------- 00014 | includes 00015 +---------------------------------------------------------------------*/ 00016 #include "Atomix.h" 00017 #include "BltDefs.h" 00018 #include "BltTypes.h" 00019 #include "BltErrors.h" 00020 #include "BltCore.h" 00021 00022 /*---------------------------------------------------------------------- 00023 | Stream_Create 00024 +---------------------------------------------------------------------*/ 00025 BLT_Result Stream_Create(BLT_Core* core, BLT_Stream** stream); 00026 00027 #endif /* _BLT_STREAM_PRIV_H_ */