Gnash 0.8.9
Namespaces | Functions

Video.cpp File Reference

#include "Video.h"
#include <boost/bind.hpp>
#include <cassert>
#include "MovieClip.h"
#include "DefineVideoStreamTag.h"
#include "fn_call.h"
#include "as_value.h"
#include "NetStream_as.h"
#include "NativeFunction.h"
#include "movie_root.h"
#include "VM.h"
#include "MediaHandler.h"
#include "VideoDecoder.h"
#include "namedStrings.h"
#include "Global_as.h"
#include "Renderer.h"
#include "RunResources.h"
#include "Transform.h"

Namespaces

namespace  gnash
 

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


namespace  gnash::cpp

Functions

void gnash::cpp::attachPrototypeProperties (as_object &o)
void gnash::cpp::attachVideoInterface (as_object &o)
as_value gnash::cpp::video_ctor (const fn_call &fn)
as_value gnash::cpp::video_attach (const fn_call &fn)
as_value gnash::cpp::video_clear (const fn_call &fn)
as_value gnash::cpp::video_deblocking (const fn_call &fn)
as_value gnash::cpp::video_smoothing (const fn_call &fn)
as_value gnash::cpp::video_width (const fn_call &fn)
as_value gnash::cpp::video_height (const fn_call &fn)
void gnash::video_class_init (as_object &global, const ObjectURI &uri)
void gnash::registerVideoNative (as_object &global)
as_object * gnash::createVideoObject (Global_as &gl)
 Native function to create a plain object with Video properties.