Click or drag to resize

MediaStreamBase Methods

The MediaStreamBase type exposes the following members.

Methods
  NameDescription
Public methodChangeDirection
Records the pending direction of this stream. The LocalDirection of this stream will be updated when the connection renegotiation commences.
(Overrides StreamBaseChangeDirection(StreamDirection).)
Public methodCreateSdpMediaDescription
Generates SDP media description for stream.
(Inherited from Stream.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodProcessCachedSettings
Evaluate cached settings and set them
(Inherited from Stream.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Inherited from StreamBase.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also