Click or drag to resize

MediaStreamBase Class

Media 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 MediaStreamBase type exposes the following members.

Constructors
  NameDescription
Public methodMediaStreamBase
Initializes a new instance of the MediaStreamBase class.
Top
Properties
  NameDescription
Public propertyCanonicalName
Gets or sets the canonical name.
(Inherited from Stream.)
Public propertyDirection
Gets the direction.
(Overrides StreamBaseDirection.)
Public propertyDisabled
Gets or sets a value indicating whether this stream is disabled.
(Inherited from Stream.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyEncryptionMode
Gets or sets the encryption mode.
(Inherited from Stream.)
Public propertyEncryptionModes
Gets or sets the encryption modes.
(Inherited from Stream.)
Public propertyEncryptionPolicy
Gets or sets a value indicating Encryption Policy
(Inherited from Stream.)
Public propertyId
Gets or sets the identifier.
(Inherited from StreamBase.)
Public propertyIndex
Gets the index.
(Inherited from Stream.)
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.
(Overrides StreamBaseLabel.)
Public propertyLocalBandwidth
Gets or sets the local bandwidth in Kbps (Kilobits per second).
Public propertyLocalDirection
Gets or sets current direction indicated by the local description.
(Overrides StreamBaseLocalDirection.)
Public propertyLocalIceParameters
Gets or sets the local ICE parameters.
(Inherited from Stream.)
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 propertyMaxInputBitrate
Gets the maximum bitrate that is supported by this stream in Kbps (Kilobits per second). Returns -1 if it is not set.
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
Protected propertyPendingLocalDirection
Gets or sets the pending local direction.
Public propertyRemoteBandwidth
Gets or sets the remote bandwidth in Kbps (Kilobits per second).
Public propertyRemoteDirection
Gets or sets current direction indicated by the remote description.
(Overrides StreamBaseRemoteDirection.)
Public propertyRemoteIceParameters
Gets the remote ICE parameters.
(Inherited from Stream.)
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.)
Protected propertyRenegotiationPending
Gets or sets whether there exist changes that are pending SDP renegotiation.
Public propertySdesPolicy
Gets or sets Sdes policy for stream.
(Inherited from 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.
(Inherited from Stream.)
Public propertyUseSdes
Gets or sets a value indicating whether SDES encryption is in use for this stream.
(Inherited from Stream.)
Top
Methods
  NameDescription
Public methodChangeDirection
Records the pending direction of this stream. The LocalDirection of this stream will be updated when the connection renegotiation commences.
(Overrides StreamBaseChangeDirection(StreamDirection).)
Public methodCreateSdpMediaDescription
Generates SDP media description for stream.
(Inherited from 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
(Inherited from Stream.)
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.
(Inherited from Stream.)
Top
See Also