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