SubStreamConfiguration Class |
Namespace: StreamCoders.Rtsp.Extensions
The SubStreamConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | SubStreamConfiguration | Initializes a new instance of the SubStreamConfiguration class |
Name | Description | |
---|---|---|
![]() | MaintainJitter |
If a TCP interleave session is active, setting this to true will have the SubStream
object maintain a basic jitter and playout buffer. Subscribing to OnFrameComplete will
allow the application to receive complete frames without having to maintain such buffers
itself.
|
![]() | MinimumFrameAge |
Time the frame is forced to stay in buffer, due to jitter.
|
![]() | RtpInfoInitialTimestamp |
Initial timestamp of 0.0 position in RTP timestamps (calibration).
|
![]() | RtpInfoInitialTimestampPresent |
Indicates whether RtpInfoInitialTimestamp has a valid timestamp set.
|
![]() | TotalFramesComplete |
The total frames complete.
|
![]() | TotalPacketsReceived |
The total packets received.
|
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.) |