Click or drag to resize
DiscoveryReport Class
Contains information about the initial discovery of an RTSP resource. It is returned by RtspPrimitives.Discover() and RtspSessionManager.Discover()
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtsp.ExtensionsDiscoveryReport

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

The DiscoveryReport type exposes the following members.

Constructors
  NameDescription
Public methodDiscoveryReport
Initializes a new instance of the DiscoveryReport class
Top
Properties
  NameDescription
Public propertyDuration
Public propertyMediaStreamType
Top
Fields
  NameDescription
Public fieldSession
A session object is returned from RtspSessionManager if the discovery was successful.
Public fieldSuccessful
Indication whether the initial discovery was successful.
Public fieldTimedOut
Indication whether the transaction has timed out.
Public fieldTracks
Tracks discovered from initial Describe method.
Public fieldTransaction
The transaction object containing request/response pair.
Public fieldTransportEstablished
If Discovery fails, this will indicate whether the underlying transport connection (TCP)was established.
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