Click or drag to resize
SRtpSessionProtect Method (RtcpCompoundPacket)
Protects an RTCP compound packet.

Namespace: StreamCoders.Rtp
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual SRtpStatusCode Protect(
	ref RtcpCompoundPacket inputRaw
)

Parameters

inputRaw
Type: StreamCoders.RtpRtcpCompoundPacket
[in,out] [in,out] Must contain a valid RTCP compound packet. If the protection process is successful, the output will be a newly created RTCP compound packet.

Return Value

Type: SRtpStatusCode
Returns StatusOk on success.

Implements

ISRtpSessionProtect(RtcpCompoundPacket)
See Also