RtspSessionManager Class |
Namespace: StreamCoders.Rtsp.Extensions
The RtspSessionManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | RtspSessionManager | Initializes a new instance of the RtspSessionManager class |
Name | Description | |
---|---|---|
![]() | DefaultWaitTimeout |
The default timeout on all request/response transaction, if not overspecified by another
property.
|
![]() | DiscoverWaitReplyTimeout |
Overrides DefaultWaitTimeout. The timeout used to specifically wait for initial
(Describe) reply.
|
![]() | DiscoveryReport | Gets or sets the discovery report. |
![]() | KeepAliveMethodType |
Gets or sets the type of the keep alive method. Valid values are GetParmeter and Options |
![]() | SetupWaitReplyTimeout |
Overrides DefaultWaitTimeout. The timeout used to specifically wait for session setup
(Setup) reply.
|
![]() | TearDownWaitReplyTimeout |
Overrides DefaultWaitTimeout. The timeout used to specifically wait for session teardown
(Teardown) reply.
|
Name | Description | |
---|---|---|
![]() | AddTransportModifier |
Optional. Set the transport modifier for this session, to allow access to the underlying
RTSPManager object.
|
![]() | Discover | Attempts to discover an RTSP resource. |
![]() | Pause | |
![]() | Seek | |
![]() | TearDownSession |
Attempts to tear down (Teardown) the RTSP session.
|
Name | Description | |
---|---|---|
![]() | OnDisconnect |
Event raised when the underlying transport of this session was disconnected.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |