fm.liveswitch.IVideoOutputCollection Class Reference

A collection of video outputs. More...

Public Member Functions

 IVideoOutputCollection (fm.liveswitch.IVideoInput input)
 Initializes a new instance of the fm.liveswitch.IVideoOutputCollection class. More...
 

Protected Member Functions

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

Detailed Description

A collection of video outputs.

Constructor & Destructor Documentation

◆ IVideoOutputCollection()

fm.liveswitch.IVideoOutputCollection.IVideoOutputCollection ( fm.liveswitch.IVideoInput  input)

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

Parameters
inputThe input.

Member Function Documentation

◆ arrayFromList()

fm.liveswitch.IVideoOutput [] fm.liveswitch.IVideoOutputCollection.arrayFromList ( java.util.ArrayList< fm.liveswitch.IVideoOutput list)
protected

Creates an array from a list.

Parameters
listThe list.

◆ createCollection()

fm.liveswitch.IVideoOutputCollection fm.liveswitch.IVideoOutputCollection.createCollection ( )
protected

Creates a collection.