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_LH1(ULONG
, LockVLayer
,
17 AROS_LHA(struct VLayerHandle
*, VLayerHandle
, A0
),
20 struct Library
*, CGXVideoBase
, 10, Cgxvideo
)
23 Locks the specified video layer to allow access to source data. Make
24 sure that you don't keep that lock for too long. It is only allowed
25 to keep it for a short time.
28 VLayerHandle - pointer to a previously created videolayer handle
31 result - TRUE if video layer could be locked, FALSE otherwise
38 This function is unimplemented.
47 *****************************************************************************/
51 aros_print_not_implemented ("LockVLayer");