add blend mode tests
[swfdec.git] / swfdec / swfdec_camera.c
blob96b6e425862aaad759b84a2b6092155421e8a3ef
1 /* Swfdec
2 * Copyright (C) 2007 Pekka Lampila <pekka.lampila@iki.fi>
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110-1301 USA
20 #ifdef HAVE_CONFIG_H
21 #include "config.h"
22 #endif
24 #include "swfdec_as_internal.h"
25 #include "swfdec_debug.h"
27 SWFDEC_AS_NATIVE (2102, 200, swfdec_camera_get)
28 void
29 swfdec_camera_get (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc,
30 SwfdecAsValue *argv, SwfdecAsValue *ret)
32 SWFDEC_STUB ("Camera.get (static)");
35 SWFDEC_AS_NATIVE (2102, 201, swfdec_camera_names_get)
36 void
37 swfdec_camera_names_get (SwfdecAsContext *cx, SwfdecAsObject *object,
38 guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
40 SWFDEC_STUB ("Camera.names (static)");
43 SWFDEC_AS_NATIVE (2102, 0, swfdec_camera_setMode)
44 void
45 swfdec_camera_setMode (SwfdecAsContext *cx, SwfdecAsObject *object, guint argc,
46 SwfdecAsValue *argv, SwfdecAsValue *ret)
48 SWFDEC_STUB ("Camera.setMode");
51 SWFDEC_AS_NATIVE (2102, 1, swfdec_camera_setQuality)
52 void
53 swfdec_camera_setQuality (SwfdecAsContext *cx, SwfdecAsObject *object,
54 guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
56 SWFDEC_STUB ("Camera.setQuality");
59 SWFDEC_AS_NATIVE (2102, 2, swfdec_camera_setKeyFrameInterval)
60 void
61 swfdec_camera_setKeyFrameInterval (SwfdecAsContext *cx, SwfdecAsObject *object,
62 guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
64 SWFDEC_STUB ("Camera.setKeyFrameInterval");
67 SWFDEC_AS_NATIVE (2102, 3, swfdec_camera_setMotionLevel)
68 void
69 swfdec_camera_setMotionLevel (SwfdecAsContext *cx, SwfdecAsObject *object,
70 guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
72 SWFDEC_STUB ("Camera.setMotionLevel");
75 SWFDEC_AS_NATIVE (2102, 4, swfdec_camera_setLoopback)
76 void
77 swfdec_camera_setLoopback (SwfdecAsContext *cx, SwfdecAsObject *object,
78 guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
80 SWFDEC_STUB ("Camera.setLoopback");
83 SWFDEC_AS_NATIVE (2102, 5, swfdec_camera_setCursor)
84 void
85 swfdec_camera_setCursor (SwfdecAsContext *cx, SwfdecAsObject *object,
86 guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
88 SWFDEC_STUB ("Camera.setCursor");