MediaStreamBase Class |
Namespace: FM.IceLink
The MediaStreamBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | MediaStreamBase |
Initializes a new instance of the MediaStreamBase class.
|
Name | Description | |
---|---|---|
![]() | CanonicalName |
Gets or sets the canonical name.
(Inherited from Stream.) |
![]() | Direction |
Gets the direction.
(Overrides StreamBaseDirection.) |
![]() | Disabled |
Gets or sets a value indicating whether this stream is disabled.
(Inherited from Stream.) |
![]() | DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) |
![]() | EncryptionMode |
Gets or sets the encryption mode.
(Inherited from Stream.) |
![]() | EncryptionModes |
Gets or sets the encryption modes.
(Inherited from Stream.) |
![]() | EncryptionPolicy |
Gets or sets a value indicating Encryption Policy
(Inherited from Stream.) |
![]() | Id |
Gets or sets the identifier.
(Inherited from StreamBase.) |
![]() | Index |
Gets the index.
(Inherited from Stream.) |
![]() | IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) |
![]() | Label |
Gets a label that identifies this class.
(Overrides StreamBaseLabel.) |
![]() | LocalBandwidth |
Gets or sets the local bandwidth in Kbps (Kilobits per second).
|
![]() | LocalDirection |
Gets or sets current direction indicated by the local description.
(Overrides StreamBaseLocalDirection.) |
![]() | LocalIceParameters |
Gets or sets the local ICE parameters.
(Inherited from Stream.) |
![]() | 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.) |
![]() | MaxInputBitrate |
Gets the maximum bitrate that is supported by this stream in Kbps (Kilobits per second).
Returns -1 if it is not set.
|
![]() | Muted |
Gets or sets a value indicating whether this instance is muted.
|
![]() | PendingLocalDirection |
Gets or sets the pending local direction.
|
![]() | RemoteBandwidth |
Gets or sets the remote bandwidth in Kbps (Kilobits per second).
|
![]() | RemoteDirection |
Gets or sets current direction indicated by the remote description.
(Overrides StreamBaseRemoteDirection.) |
![]() | RemoteIceParameters |
Gets the remote ICE parameters.
(Inherited from Stream.) |
![]() | 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.) |
![]() | RenegotiationPending |
Gets or sets whether there exist changes that are pending SDP renegotiation.
|
![]() | SdesPolicy |
Gets or sets Sdes policy for stream.
(Inherited from 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.
(Inherited from Stream.) |
![]() | UseSdes |
Gets or sets a value indicating whether SDES encryption is in use for this stream.
(Inherited from Stream.) |
Name | Description | |
---|---|---|
![]() | ChangeDirection |
Records the pending direction of this stream. The LocalDirection of this stream will be updated when the connection renegotiation commences.
(Overrides StreamBaseChangeDirection(StreamDirection).) |
![]() | CreateSdpMediaDescription |
Generates SDP media description for stream.
(Inherited from 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
(Inherited from Stream.) |
![]() | 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.
(Inherited from Stream.) |