Class VideoFormatCollection
A collection of video formats.
Inheritance
System.Object
VideoFormatCollection
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 VideoFormatCollection : MediaFormatCollection<VideoFormat, VideoFormatCollection>
Methods
ArrayFromList(List<VideoFormat>)
Creates an array from a list.
Declaration
protected override VideoFormat[] ArrayFromList(List<VideoFormat> list)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<VideoFormat> | list | The list. |
Returns
Type | Description |
---|---|
VideoFormat[] |
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.VideoFormat, FM.LiveSwitch.VideoFormatCollection>.ArrayFromList(System.Collections.Generic.List<FM.LiveSwitch.VideoFormat>)
CreateCollection()
Creates a collection.
Declaration
protected override VideoFormatCollection CreateCollection()
Returns
Type | Description |
---|---|
VideoFormatCollection |
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.VideoFormat, FM.LiveSwitch.VideoFormatCollection>.CreateCollection()