Interface IDataStream<TDataChannel>
Data stream interface.
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IDataStream<TDataChannel> : IStream
Type Parameters
| Name | Description |
|---|---|
| TDataChannel |
Properties
Channels
Gets the channels.
Declaration
TDataChannel[] Channels { get; }
Property Value
| Type | Description |
|---|---|
| TDataChannel[] |
Info
Gets the data stream info.
Declaration
DataStreamInfo Info { get; }
Property Value
| Type | Description |
|---|---|
| DataStreamInfo |