Gnash
0.8.10
|
#include "Microphone_as.h"
#include <algorithm>
#include <boost/scoped_ptr.hpp>
#include <memory>
#include "as_object.h"
#include "log.h"
#include "fn_call.h"
#include "Global_as.h"
#include "NativeFunction.h"
#include "Object.h"
#include "GnashNumeric.h"
#include "AudioInput.h"
#include "MediaHandler.h"
#include "Relay.h"
#include "RunResources.h"
#include "namedStrings.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
void | gnash::microphone_class_init (as_object &where, const ObjectURI &uri) |
Initialize the global Microphone class. | |
void | gnash::registerMicrophoneNative (as_object &global) |
boost::scoped_ptr<media::AudioInput> _input |