Click or drag to resize
ISRtpSessionProtect Method (RtcpCompoundPacket)
Protects the given packet.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
SRtpStatusCode Protect(
	ref RtcpCompoundPacket packet
)

Parameters

packet
Type: StreamCoders.RtpRtcpCompoundPacket
[in,out] Packet to transform.

Return Value

Type: SRtpStatusCode
A SRtpStatusCode.
See Also