#include "Microphone_as.h"
#include "as_object.h"
#include "log.h"
#include "fn_call.h"
#include "Global_as.h"
#include "smart_ptr.h"
#include "builtin_function.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"
#include <algorithm>
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) |
media::AudioInput* _input |