Click or drag to resize
RtspSubStream Methods

The RtspSubStream type exposes the following members.

Methods
  NameDescription
Public methodAddSlice
Adds an interleave slice to the sub stream. The function further determines whether the slice is RTP or RTCP. In case of Configuration.MaintainJitter an RTP packet is created and added to the jitter. In case of RTCP SR, the PlayoutBuffer is updated with the RTCP Sender Report metrics. If subscribed, this function also raises the OnInterleave event.
Public methodCreateRtcpFromSlice
Creates an RTCP compound packet from an interleave slice.
Public methodCreateRtpFromSlice
Creates an RTP packet from an interleave slice object.
Public methodPause
Transitions a stream to Pause state.
Public methodPlay
Plays and inherently (VCR) resumes playback.
Public methodSeek
Seeks to a specific position in time.
Public methodSetup
Attempts to set up an RTSP track.
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