00001 /***************************************************************** 00002 | 00003 | BlueTune - Media Packet Private Interface 00004 | 00005 | (c) 2002-2006 Gilles Boccon-Gibod 00006 | Author: Gilles Boccon-Gibod (bok@bok.net) 00007 | 00008 ****************************************************************/ 00009 00010 #ifndef _BLT_MEDIA_PACKET_PRIV_H_ 00011 #define _BLT_MEDIA_PACKET_PRIV_H_ 00012 00013 /*---------------------------------------------------------------------- 00014 | includes 00015 +---------------------------------------------------------------------*/ 00016 #include "BltMediaPacket.h" 00017 00018 /*---------------------------------------------------------------------- 00019 | prototypes 00020 +---------------------------------------------------------------------*/ 00021 BLT_Result BLT_MediaPacket_Create(BLT_Size size, 00022 const BLT_MediaType* type, 00023 BLT_MediaPacket** packet); 00024 00025 #endif /* _BLT_MEDIA_PACKET_PRIV_H_ */