IStream Interface |
Namespace: FM.IceLink
The IStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Direction |
Gets the current direction.
|
![]() | Id |
Gets or sets the identifier.
|
![]() | Label |
Gets a label that identifies this class.
|
![]() | LocalDirection |
Gets or sets current direction indicated by the local description.
|
![]() | LocalReceive |
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
|
![]() | LocalSend |
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
|
![]() | RemoteDirection |
Gets the current direction indicated by the remote description.
|
![]() | 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.
|
![]() | 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.
|
![]() | Tag |
Gets or sets an optional tag to identify this instance.
|
![]() | Type |
Gets the type.
|
Name | Description | |
---|---|---|
![]() | ChangeDirection |
Changes this stream's direction.
|
Name | Description | |
---|---|---|
![]() | OnDirectionChange |
Raised when the signalling state changes.
|