Drag[en]gine Script Module DragonScript
1.23
|
Audio system. More...
Static Public Member Functions | |
Management | |
static Microphone | getActiveMicrophone () |
Active microphone. More... | |
static void | setActiveMicrophone (Microphone microphone) |
Set active microphone. More... | |
Parameters | |
static int | getParameterCount () |
Number of parameters available. More... | |
static ModuleParameter | getParameterInfo (int index) |
Parameter information. More... | |
static ModuleParameter | getParameterInfo (String name) |
Named parameter information or null if not found. More... | |
static String | getParameterValue (String name) |
Parameter value. More... | |
static void | setParameterValue (String name, String value) |
Set named parameter value. More... | |
static String | sendCommand (String command) |
Send command. More... | |
static int | getFPSRate () |
Frame-per-second rate averaged over the last couple of frames. More... | |
Audio system.
This is a native class. This is a pure static class. The class can not be instantiated
|
static |
Active microphone.
|
static |
Frame-per-second rate averaged over the last couple of frames.
Returns 0 if module is not using a separate thread.
|
static |
Number of parameters available.
|
static |
Parameter information.
EOutOfBoundary | index less than 0 or greater than or equal to getParameterCount(). |
|
static |
Named parameter information or null if not found.
|
static |
Parameter value.
EInvalidParam | Parameter with name not found. |
|
static |
Send command.
|
static |
Set active microphone.
|
static |
Set named parameter value.
EInvalidParam | Parameter with name not found. |