Stream Class |
Namespace: FM.IceLink
The Stream type exposes the following members.
Name | Description | |
---|---|---|
CanonicalName |
Gets or sets the canonical name.
| |
Direction |
Gets the current direction.
(Inherited from StreamBase.) | |
Disabled |
Gets or sets a value indicating whether this stream is disabled.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
EncryptionMode |
Gets or sets the encryption mode.
| |
EncryptionModes |
Gets or sets the encryption modes.
| |
EncryptionPolicy |
Gets or sets a value indicating Encryption Policy
| |
Id |
Gets or sets the identifier.
(Inherited from StreamBase.) | |
Index |
Gets the index.
| |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
Label |
Gets a label that identifies this class.
(Inherited from StreamBase.) | |
LocalDirection |
Gets or sets current direction indicated by the local description.
(Inherited from StreamBase.) | |
LocalIceParameters |
Gets or sets the local ICE parameters.
| |
LocalReceive |
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from StreamBase.) | |
LocalSend |
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from StreamBase.) | |
RemoteDirection |
Gets or sets current direction indicated by the remote description.
(Inherited from StreamBase.) | |
RemoteIceParameters |
Gets the remote ICE parameters.
| |
RemoteReceive |
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.) | |
RemoteSend |
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.) | |
SdesPolicy |
Gets or sets Sdes policy for stream.
| |
Tag |
Gets or sets an optional tag to identify this instance.
(Inherited from StreamBase.) | |
Type |
Gets or sets the type.
(Inherited from StreamBase.) | |
UseDtls |
Gets or sets a value indicating whether DTLS encryption is in use for this stream.
| |
UseSdes |
Gets or sets a value indicating whether SDES encryption is in use for this stream.
|
Name | Description | |
---|---|---|
ChangeDirection |
Changes this stream's direction.
(Inherited from StreamBase.) | |
CreateSdpMediaDescription |
Generates SDP media description for stream.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ProcessCachedSettings |
Evaluate cached settings and set them
| |
SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
ToString |
Returns a string that represents this instance.
(Inherited from StreamBase.) | |
UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |
Name | Description | |
---|---|---|
OnDirectionChange |
Raised when the stream direction change has occurred.
(Inherited from StreamBase.) | |
OnDisabledChange |
Raised when the Disabled property changes state.
|