RtspConfiguration Class |
Namespace: StreamCoders.Rtsp.Extensions
The RtspConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | RtspConfiguration | Initializes a new instance of the RtspConfiguration class |
Name | Description | |
---|---|---|
![]() | NextInterleaveChannel |
Initial interleave channel to use in when using CreateTcpInterleaveSession. This
value will then be automatically incremented.
|
![]() | Password |
Password to RTSP resource.
|
![]() | PauseAfterSetup |
If set to true a Pause request will automatically be sent after a the session has been
set up.
|
![]() | RemoteEndpoint |
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)
|
![]() | RtspResourceUri |
If a proxy or other types of indirections are used, this is the endpoint the client
should connect to.
|
![]() | TransportModifiers |
The ITransportModifier to use on this session. (Optional)
|
![]() | UseAggregation |
Currently not in use.
|
![]() | UserName |
Username to RTSP resource.
|
![]() | UseRtcpInterleaveChannel |
If true, the session setup will include a dedicated interleave channel for RTCP signaling.
|
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.) |