Click or drag to resize
RtspSubStreamCreateRtpFromSlice Method
Creates an RTP packet from an interleave slice object.

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

Parameters

slice
Type: StreamCoders.RtspInterleaveSlice
Slice to create RTP packet from.

Return Value

Type: RtpPacket
The new rtp from slice.
See Also