2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
5 #include <aros/debug.h>
7 #include "cgxvideo_intern.h"
9 /*****************************************************************************
12 #include <clib/cgxvideo_protos.h>
14 AROS_LH2(ULONG
, GetVLayerAttr
,
17 AROS_LHA(struct VLayerHandle
*, VLayerHandle
, A0
),
18 AROS_LHA(ULONG
, AttrNum
, D0
),
21 struct Library
*, CGXVideoBase
, 9, Cgxvideo
)
24 Gets a certain attribute from a given video layer. You have to call
25 LockVLayer() to make sure that the result is valid !
28 VLayerHandle - pointer to a previously created videolayer handle
30 AttrNum - attribute that you want to get
33 value - the value for the given attribute
36 Attributes available are:
38 VOA_BaseAddress - if this attribute is specified the base address for
39 the source data is returned
41 VOA_ColorKeyPen - returns the pen number used for color keying. If color
42 keying is not enabled, -1 is returned
44 VOA_ColorKey - returns the 24 bit color value used for color keying.
45 If color keying is not enabled, -1 is returned.
50 This function is unimplemented.
53 SetVLayerAttrTagList()
59 *****************************************************************************/
63 aros_print_not_implemented ("GetVLayerAttr");