Skip to content

ambaoutmanaged Lua Interface


get

Get a pointer to the AmbaOutManaged object

Arguments:
any ptr Pointer to Module object
Returns:
ambaoutmanaged ptr Pointer to casted AmbaOutManaged object

Example

ptr = ambaoutmanaged:.get(ptr)


getConfig

Get the configuration object for the plugin

Arguments:

Returns:
table obj Map with configurations

Example

obj = ambaoutmanaged:.getConfig()


saveConfig

Save the configuration object for the plugin

Arguments:
any ptr Pointer to AmbaOutManaged object
table new_config Map with configurations

Example

ambaoutmanaged:.saveConfig(ptr,new_config)


getName

Get the plugin name

Arguments:

Returns:
string name Plugin Name

Example

name = ambaoutmanaged:.getName()


connect

Set the output target

Arguments:

Returns:
string name Plugin Name

Example

name = ambaoutmanaged:.connect()