RtspSubStream Methods |
The RtspSubStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSlice |
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.
|
![]() | CreateRtcpFromSlice |
Creates an RTCP compound packet from an interleave slice.
|
![]() | CreateRtpFromSlice |
Creates an RTP packet from an interleave slice object.
|
![]() | Pause |
Transitions a stream to Pause state.
|
![]() | Play |
Plays and inherently (VCR) resumes playback.
|
![]() | Seek |
Seeks to a specific position in time.
|
![]() | Setup |
Attempts to set up an RTSP track.
|
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.) |