StreamBase Class |
Namespace: FM.IceLink
The StreamBase type exposes the following members.
Name | Description | |
---|---|---|
StreamBase |
Initializes a new instance of the StreamBase class.
|
Name | Description | |
---|---|---|
Direction |
Gets the current direction.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Id |
Gets or sets the identifier.
| |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
Label |
Gets a label that identifies this class.
| |
LocalDirection |
Gets or sets current direction indicated by the local description.
| |
LocalReceive |
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
| |
LocalSend |
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
| |
RemoteDirection |
Gets or sets current direction indicated by the remote description.
| |
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.
| |
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.
| |
Tag |
Gets or sets an optional tag to identify this instance.
| |
Type |
Gets or sets the type.
|
Name | Description | |
---|---|---|
ChangeDirection |
Changes this stream's direction.
| |
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.) | |
SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
ToString |
Returns a string that represents this instance.
(Overrides ObjectToString.) | |
UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |
Name | Description | |
---|---|---|
OnDirectionChange |
Raised when the stream direction change has occurred.
|