Click or drag to resize
SubStreamConfiguration Class
Contains additional configuration to a Substream object.
Inheritance Hierarchy
SystemObject
  StreamCoders.Rtsp.ExtensionsSubStreamConfiguration

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

The SubStreamConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSubStreamConfiguration
Initializes a new instance of the SubStreamConfiguration class
Top
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
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