Class Audio.MultiInput

implements Audio.Source

Constructors

MultiInput(string name, integer channels, bool autoconnect)

Properties

output Audio.Connection outputs as an array

Methods

connect(integer index, regex name)
connect(integer index, string name)

Constructor Documentation


MultiInput(string name, integer channels, bool autoconnect)

Parameters

Property Documentation


array output

Audio.Connection outputs as an array. Adding or removing elements to this array has no effect on the underlying audio component.

Method Documentation


void connect(integer index, regex name)

Parameters


void connect(integer index, string name)

Parameters



Creative Commons Logo This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.