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