00001 /***************************************************************** 00002 | 00003 | BlueTune - Network Stream 00004 | 00005 | (c) 2002-2006 Gilles Boccon-Gibod 00006 | Author: Gilles Boccon-Gibod (bok@bok.net) 00007 | 00008 ****************************************************************/ 00009 00010 #ifndef _BLT_NETWORK_STREAM_H_ 00011 #define _BLT_NETWORK_STREAM_H_ 00012 00013 /*---------------------------------------------------------------------- 00014 | includes 00015 +---------------------------------------------------------------------*/ 00016 #include "Atomix.h" 00017 #include "BltTypes.h" 00018 00019 /*---------------------------------------------------------------------- 00020 | functions 00021 +---------------------------------------------------------------------*/ 00022 #if defined(__cplusplus) 00023 extern "C" { 00024 #endif 00025 00026 BLT_Result 00027 BLT_NetworkStream_Create(BLT_Size size, 00028 ATX_InputStream* source, 00029 ATX_InputStream** stream); 00030 00031 #if defined(__cplusplus) 00032 } 00033 #endif 00034 00035 #endif /* _BLT_NETWORK_STREAM_H_ */