IDataStreamTDataChannel Interface |
Namespace: FM.IceLink
The IDataStreamTDataChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| Channels |
Gets the channels.
| |
| Direction |
Gets the current direction.
(Inherited from IStream.) | |
| Id |
Gets or sets the identifier.
(Inherited from IStream.) | |
| Label |
Gets a label that identifies this class.
(Inherited from IStream.) | |
| LocalDirection |
Gets or sets current direction indicated by the local description.
(Inherited from IStream.) | |
| LocalReceive |
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from IStream.) | |
| LocalSend |
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from IStream.) | |
| RemoteDirection |
Gets the current direction indicated by the remote description.
(Inherited from IStream.) | |
| RemoteReceive |
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from IStream.) | |
| RemoteSend |
Gets a value indicating whether sending media is supported by the remote peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from IStream.) | |
| Tag |
Gets or sets an optional tag to identify this instance.
(Inherited from IStream.) | |
| Type |
Gets the type.
(Inherited from IStream.) |
| Name | Description | |
|---|---|---|
| ChangeDirection |
Changes this stream's direction.
(Inherited from IStream.) |
| Name | Description | |
|---|---|---|
| OnDirectionChange |
Raised when the signalling state changes.
(Inherited from IStream.) |