fm.liveswitch.IVideoInputCollection Class Reference

A collection of video inputs. More...

Public Member Functions

 IVideoInputCollection (fm.liveswitch.IVideoOutput output)
 Initializes a new instance of the fm.liveswitch.IVideoInputCollection class. More...
 

Protected Member Functions

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

Detailed Description

A collection of video inputs.

Constructor & Destructor Documentation

◆ IVideoInputCollection()

fm.liveswitch.IVideoInputCollection.IVideoInputCollection ( fm.liveswitch.IVideoOutput  output)

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

Parameters
outputThe output.

Member Function Documentation

◆ arrayFromList()

fm.liveswitch.IVideoInput [] fm.liveswitch.IVideoInputCollection.arrayFromList ( java.util.ArrayList< fm.liveswitch.IVideoInput list)
protected

Creates an array from a list.

Parameters
listThe list.

◆ createCollection()

fm.liveswitch.IVideoInputCollection fm.liveswitch.IVideoInputCollection.createCollection ( )
protected

Creates a collection.