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.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void AddSlice(
InterleaveSlice slice
)
Public Sub AddSlice (
slice As InterleaveSlice
)
public:
void AddSlice(
InterleaveSlice^ slice
)
member AddSlice :
slice : InterleaveSlice -> unit
Parameters
- slice
- Type: StreamCoders.RtspInterleaveSlice
Interleave slice to add.
See Also