Class StreamCollection
Inheritance
System.Object
StreamCollection
Assembly: FM.LiveSwitch.dll
Syntax
public class StreamCollection : Collection<Stream, StreamCollection>
Methods
ArrayFromList(List<Stream>)
Creates an array from a list.
Declaration
protected override Stream[] ArrayFromList(List<Stream> list)
Parameters
Type |
Name |
Description |
List<Stream> |
list |
The list.
|
Returns
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.Stream, FM.LiveSwitch.StreamCollection>.ArrayFromList(List<FM.LiveSwitch.Stream>)
CreateCollection()
Declaration
protected override StreamCollection CreateCollection()
Returns
Overrides
FM.LiveSwitch.Collection<FM.LiveSwitch.Stream, FM.LiveSwitch.StreamCollection>.CreateCollection()
GetByType<T>(StreamType)
Gets a stream by its type.
Declaration
public T GetByType<T>(StreamType type)
where T : Stream
Parameters
Returns
Type Parameters
GetManyByType<T>(StreamType)
Gets some streams by their type.
Declaration
public List<T> GetManyByType<T>(StreamType type)
where T : Stream
Parameters
Returns
Type Parameters