StreamBase Properties |
The StreamBase type exposes the following members.
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.
|