Gnash 0.8.9
Namespaces | Functions

Camera_as.cpp File Reference

#include "Camera_as.h"
#include <sstream>
#include <boost/scoped_ptr.hpp>
#include <memory>
#include "as_object.h"
#include "log.h"
#include "fn_call.h"
#include "Global_as.h"
#include "smart_ptr.h"
#include "NativeFunction.h"
#include "MediaHandler.h"
#include "VideoInput.h"
#include "RunResources.h"
#include "Object.h"
#include "namedStrings.h"

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


namespace  gnash::cpp

Functions

as_value gnash::cpp::camera_new (const fn_call &fn)
as_value gnash::cpp::camera_get (const fn_call &fn)
as_value gnash::cpp::camera_setmode (const fn_call &fn)
as_value gnash::cpp::camera_setmotionlevel (const fn_call &fn)
as_value gnash::cpp::camera_setquality (const fn_call &fn)
as_value gnash::cpp::camera_setLoopback (const fn_call &fn)
as_value gnash::cpp::camera_setCursor (const fn_call &fn)
as_value gnash::cpp::camera_setKeyFrameInterval (const fn_call &fn)
as_value gnash::cpp::camera_activitylevel (const fn_call &fn)
as_value gnash::cpp::camera_bandwidth (const fn_call &fn)
as_value gnash::cpp::camera_currentFps (const fn_call &fn)
as_value gnash::cpp::camera_fps (const fn_call &fn)
as_value gnash::cpp::camera_height (const fn_call &fn)
as_value gnash::cpp::camera_index (const fn_call &fn)
as_value gnash::cpp::camera_motionLevel (const fn_call &fn)
as_value gnash::cpp::camera_motionTimeout (const fn_call &fn)
as_value gnash::cpp::camera_muted (const fn_call &fn)
as_value gnash::cpp::camera_name (const fn_call &fn)
as_value gnash::cpp::camera_names (const fn_call &fn)
as_value gnash::cpp::camera_quality (const fn_call &fn)
as_value gnash::cpp::camera_width (const fn_call &fn)
void gnash::cpp::attachCameraStaticInterface (as_object &o)
void gnash::cpp::attachCameraInterface (as_object &o)
void gnash::camera_class_init (as_object &where, const ObjectURI &uri)
 Initialize the global Camera class.
void gnash::registerCameraNative (as_object &global)

Variable Documentation

boost::scoped_ptr<media::VideoInput> _input
bool _loopback