Click or drag to resize

IStream Interface

Stream interface.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The IStream type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets the current direction.
Public propertyId
Gets or sets the identifier.
Public propertyLabel
Gets a label that identifies this class.
Public propertyLocalDirection
Gets or sets current direction indicated by the local description.
Public propertyLocalReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
Public propertyLocalSend
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
Public propertyRemoteDirection
Gets the current direction indicated by the remote description.
Public propertyRemoteReceive
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.
Public propertyRemoteSend
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.
Public propertyTag
Gets or sets an optional tag to identify this instance.
Public propertyType
Gets the type.
Top
Methods
  NameDescription
Public methodChangeDirection
Changes this stream's direction.
Top
Events
  NameDescription
Public eventOnDirectionChange
Raised when the signalling state changes.
Top
See Also