Mercurial > mplayer.hg
view loader/qtx/qtxsdk/components.h @ 2790:98769cea155c
added tv subsystem
author | alex |
---|---|
date | Fri, 09 Nov 2001 23:46:06 +0000 |
parents | 6694f0d029f1 |
children | 4c9966c2b2ed |
line wrap: on
line source
typedef long ComponentResult; typedef unsigned char UInt8; typedef struct { UInt8 flags; UInt8 paramSize; short what; long params[1]; } ComponentParameters; typedef struct { long data[1]; } ComponentInstace; typedef int OSType; typedef struct { OSType componentType; OSType componentSubType; OSType componentManufacturer; unsigned long componentFlags; unsigned long componentFlagsMask; } ComponentDescription;