Click or drag to resize
RtspSubStreamCreateRtcpFromSlice Method
Creates an RTCP compound packet from an interleave slice.

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

Parameters

slice
Type: StreamCoders.RtspInterleaveSlice
Slice to create RTCP compound packet from.

Return Value

Type: RtcpCompoundPacket
The new rtcp from slice.
See Also