Click or drag to resize
RtspSubStreamAddSlice Method
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.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void AddSlice(
	InterleaveSlice slice
)

Parameters

slice
Type: StreamCoders.RtspInterleaveSlice
Interleave slice to add.
See Also