fm.liveswitch.IAudioInputCollection Class Reference

A collection of audio inputs. More...

Public Member Functions

 IAudioInputCollection (fm.liveswitch.IAudioOutput output)
 Initializes a new instance of the fm.liveswitch.IAudioInputCollection class. More...
 

Protected Member Functions

fm.liveswitch.IAudioInput[] arrayFromList (java.util.ArrayList< fm.liveswitch.IAudioInput > list)
 Creates an array from a list. More...
 
fm.liveswitch.IAudioInputCollection createCollection ()
 Creates a collection. More...
 

Detailed Description

A collection of audio inputs.

Constructor & Destructor Documentation

◆ IAudioInputCollection()

fm.liveswitch.IAudioInputCollection.IAudioInputCollection ( fm.liveswitch.IAudioOutput  output)

Initializes a new instance of the fm.liveswitch.IAudioInputCollection class.

Parameters
outputThe output.

Member Function Documentation

◆ arrayFromList()

fm.liveswitch.IAudioInput [] fm.liveswitch.IAudioInputCollection.arrayFromList ( java.util.ArrayList< fm.liveswitch.IAudioInput list)
protected

Creates an array from a list.

Parameters
listThe list.

◆ createCollection()

fm.liveswitch.IAudioInputCollection fm.liveswitch.IAudioInputCollection.createCollection ( )
protected

Creates a collection.