Click or drag to resize
SubStreamConfiguration Fields

The SubStreamConfiguration type exposes the following members.

Fields
  NameDescription
Public fieldMaintainJitter
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.
Public fieldMinimumFrameAge
Time the frame is forced to stay in buffer, due to jitter.
Public fieldRtpInfoInitialTimestamp
Initial timestamp of 0.0 position in RTP timestamps (calibration).
Public fieldRtpInfoInitialTimestampPresent
Indicates whether RtpInfoInitialTimestamp has a valid timestamp set.
Public fieldTotalFramesComplete
The total frames complete.
Public fieldTotalPacketsReceived
The total packets received.
Top
See Also