Click or drag to resize
RtspSessionManager Class
Represents a simple way to set up and tear down an RtspSession instance.
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtsp.ExtensionsRtspSessionManager

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class RtspSessionManager

The RtspSessionManager type exposes the following members.

Constructors
  NameDescription
Public methodRtspSessionManager
Initializes a new instance of the RtspSessionManager class
Top
Properties
  NameDescription
Public propertyDefaultWaitTimeout
The default timeout on all request/response transaction, if not overspecified by another property.
Public propertyDiscoverWaitReplyTimeout
Overrides DefaultWaitTimeout. The timeout used to specifically wait for initial (Describe) reply.
Public propertyDiscoveryReport
Gets or sets the discovery report.
Public propertyKeepAliveMethodType
Gets or sets the type of the keep alive method. Valid values are GetParmeter and Options
Public propertySetupWaitReplyTimeout
Overrides DefaultWaitTimeout. The timeout used to specifically wait for session setup (Setup) reply.
Public propertyTearDownWaitReplyTimeout
Overrides DefaultWaitTimeout. The timeout used to specifically wait for session teardown (Teardown) reply.
Top
Methods
  NameDescription
Public methodAddTransportModifier
Optional. Set the transport modifier for this session, to allow access to the underlying RTSPManager object.
Public methodDiscover
Attempts to discover an RTSP resource.
Public methodPause
Public methodSeek
Public methodTearDownSession
Attempts to tear down (Teardown) the RTSP session.
Top
Events
  NameDescription
Public eventOnDisconnect
Event raised when the underlying transport of this session was disconnected.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also