Click or drag to resize

Stream Properties

The Stream type exposes the following members.

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
See Also