Class IVideoOutputCollection
A collection of video outputs.
Inheritance
System.Object
IMediaOutputCollection <IVideoOutput , IVideoInput , VideoFrame , VideoBuffer , VideoBufferCollection , VideoFormat , IVideoOutputCollection >
IVideoOutputCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class IVideoOutputCollection : IMediaOutputCollection<IVideoOutput, IVideoInput, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat, IVideoOutputCollection>
Constructors
IVideoOutputCollection(IVideoInput)
Initializes a new instance of the IVideo
Declaration
public IVideoOutputCollection(IVideoInput input)
Parameters
Type | Name | Description |
---|---|---|
IVideo |
input | The input. |
Methods
ArrayFromList(List<IVideoOutput>)
Creates an array from a list.
Declaration
protected override IVideoOutput[] ArrayFromList(List<IVideoOutput> list)
Parameters
Type | Name | Description |
---|---|---|
System. |
list | The list. |
Returns
Type | Description |
---|---|
IVideo |
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.IVideoOutput, FM.LiveSwitch.IVideoOutputCollection>.ArrayFromList(System.Collections.Generic.List<FM.LiveSwitch.IVideoOutput>)
CreateCollection()
Creates a collection.
Declaration
protected override IVideoOutputCollection CreateCollection()
Returns
Type | Description |
---|---|
IVideo |
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.IVideoOutput, FM.LiveSwitch.IVideoOutputCollection>.CreateCollection()