[Mplayer-cvslog] CVS: main/loader/qtx/qtxsdk components.h,NONE,1.1
Alex Beregszaszi
alex at mplayer.dev.hu
Sat Oct 27 19:45:30 CEST 2001
Update of /cvsroot/mplayer/main/loader/qtx/qtxsdk
In directory mplayer:/var/tmp.root/cvs-serv12247
Added Files:
components.h
Log Message:
devel
--- NEW FILE ---
typedef long ComponentResult;
typedef unsigned char UInt8;
struct ComponentParameters
{
UInt8 flags;
UInt8 paramSize;
short what;
long params[1];
};
struct ComponentInstace
{
long data[1];
};
typedef int OSType;
struct ComponentDescription
{
OSType componentType;
OSType componentSubType;
OSType componentManufacturer;
unsigned long componentFlags;
unsigned long componentFlagsMask;
};
More information about the MPlayer-cvslog
mailing list