Click or drag to resize

StreamBase Class

Stream base properties/methods.
Inheritance Hierarchy

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

The StreamBase type exposes the following members.

Constructors
  NameDescription
Public methodStreamBase
Initializes a new instance of the StreamBase class.
Top
Properties
  NameDescription
Public propertyDirection
Gets the current direction.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyId
Gets or sets the identifier.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
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 or sets 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 or sets the type.
Top
Methods
  NameDescription
Public methodChangeDirection
Changes this stream's direction.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
Events
  NameDescription
Public eventOnDirectionChange
Raised when the stream direction change has occurred.
Top
See Also