fm.liveswitch.IAudioOutputCollection Class Reference

A collection of audio outputs. More...

Public Member Functions

 IAudioOutputCollection (fm.liveswitch.IAudioInput input)
 Initializes a new instance of the fm.liveswitch.IAudioOutputCollection class. More...
 

Protected Member Functions

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

Detailed Description

A collection of audio outputs.

Constructor & Destructor Documentation

◆ IAudioOutputCollection()

fm.liveswitch.IAudioOutputCollection.IAudioOutputCollection ( fm.liveswitch.IAudioInput  input)

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

Parameters
inputThe input.

Member Function Documentation

◆ arrayFromList()

fm.liveswitch.IAudioOutput [] fm.liveswitch.IAudioOutputCollection.arrayFromList ( java.util.ArrayList< fm.liveswitch.IAudioOutput list)
protected

Creates an array from a list.

Parameters
listThe list.

◆ createCollection()

fm.liveswitch.IAudioOutputCollection fm.liveswitch.IAudioOutputCollection.createCollection ( )
protected

Creates a collection.