RtspSubStreamCreateRtcpFromSlice Method |
Creates an RTCP compound packet from an interleave slice.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic RtcpCompoundPacket CreateRtcpFromSlice(
InterleaveSlice slice
)
Public Function CreateRtcpFromSlice (
slice As InterleaveSlice
) As RtcpCompoundPacket
public:
RtcpCompoundPacket^ CreateRtcpFromSlice(
InterleaveSlice^ slice
)
member CreateRtcpFromSlice :
slice : InterleaveSlice -> RtcpCompoundPacket
Parameters
- slice
- Type: StreamCoders.RtspInterleaveSlice
Slice to create RTCP compound packet from.
Return Value
Type:
RtcpCompoundPacket
The new rtcp from slice.
See Also