Click or drag to resize
RtspConfiguration Class
Contains configuration information for RtspPrimitives.
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtsp.ExtensionsRtspConfiguration

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

The RtspConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodRtspConfiguration
Initializes a new instance of the RtspConfiguration class
Top
Fields
  NameDescription
Public fieldNextInterleaveChannel
Initial interleave channel to use in when using CreateTcpInterleaveSession. This value will then be automatically incremented.
Public fieldPassword
Password to RTSP resource.
Public fieldPauseAfterSetup
If set to true a Pause request will automatically be sent after a the session has been set up.
Public fieldRemoteEndpoint
The remote endpoint or proxy to the RTSP resource. This can be null if the host part -of RtspResource is identical with the IP endpoint (no proxy)
Public fieldRtspResourceUri
If a proxy or other types of indirections are used, this is the endpoint the client should connect to.
Public fieldTransportModifiers
The ITransportModifier to use on this session. (Optional)
Public fieldUseAggregation
Currently not in use.
Public fieldUserName
Username to RTSP resource.
Public fieldUseRtcpInterleaveChannel
If true, the session setup will include a dedicated interleave channel for RTCP signaling.
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