Click or drag to resize

Stream Class

A peer-to-peer stream.
Inheritance Hierarchy

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

The Stream type exposes the following members.

Constructors
  NameDescription
Public methodStream
Initializes a new instance of the Stream class.
Top
Properties
  NameDescription
Public propertyCanonicalName
Gets or sets the canonical name.
Public propertyDirection
Gets the current direction.
(Inherited from StreamBase.)
Public propertyDisabled
Gets or sets a value indicating whether this stream is disabled.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyEncryptionMode
Gets or sets the encryption mode.
Public propertyEncryptionModes
Gets or sets the encryption modes.
Public propertyEncryptionPolicy
Gets or sets a value indicating Encryption Policy
Public propertyId
Gets or sets the identifier.
(Inherited from StreamBase.)
Public propertyIndex
Gets the index.
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.
(Inherited from StreamBase.)
Public propertyLocalDirection
Gets or sets current direction indicated by the local description.
(Inherited from StreamBase.)
Public propertyLocalIceParameters
Gets or sets the local ICE parameters.
Public propertyLocalReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from StreamBase.)
Public propertyLocalSend
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from StreamBase.)
Public propertyRemoteDirection
Gets or sets current direction indicated by the remote description.
(Inherited from StreamBase.)
Public propertyRemoteIceParameters
Gets the remote ICE parameters.
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.
(Inherited from StreamBase.)
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.
(Inherited from StreamBase.)
Public propertySdesPolicy
Gets or sets Sdes policy for stream.
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from StreamBase.)
Public propertyType
Gets or sets the type.
(Inherited from StreamBase.)
Public propertyUseDtls
Gets or sets a value indicating whether DTLS encryption is in use for this stream.
Public propertyUseSdes
Gets or sets a value indicating whether SDES encryption is in use for this stream.
Top
Methods
  NameDescription
Public methodChangeDirection
Changes this stream's direction.
(Inherited from StreamBase.)
Public methodCreateSdpMediaDescription
Generates SDP media description for stream.
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.)
Protected methodProcessCachedSettings
Evaluate cached settings and set them
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Inherited from StreamBase.)
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.
(Inherited from StreamBase.)
Public eventOnDisabledChange
Raised when the Disabled property changes state.
Top
See Also