IMediaStream Properties |
The IMediaStream type exposes the following members.
Name | Description | |
---|---|---|
Direction |
Gets the current direction.
(Inherited from IStream.) | |
Id |
Gets or sets the identifier.
(Inherited from IStream.) | |
Label |
Gets a label that identifies this class.
(Inherited from IStream.) | |
LocalBandwidth |
Gets or sets the local bandwidth in Kbps (Kilobits per second).
| |
LocalDirection |
Gets or sets current direction indicated by the local description.
(Inherited from IStream.) | |
LocalReceive |
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from IStream.) | |
LocalSend |
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from IStream.) | |
Muted |
Gets or sets a value indicating whether this instance is muted.
| |
RemoteBandwidth |
Gets or sets the remote bandwidth in Kbps (Kilobits per second).
| |
RemoteDirection |
Gets the current direction indicated by the remote description.
(Inherited from IStream.) | |
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 IStream.) | |
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 IStream.) | |
Tag |
Gets or sets an optional tag to identify this instance.
(Inherited from IStream.) | |
Type |
Gets the type.
(Inherited from IStream.) |