Click or drag to resize
SRtpSessionUnProtect Method (RtpPacket)
Un-Protects an RTP packet.

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

Parameters

inputRaw
Type: StreamCoders.RtpRtpPacket
[in,out] [in,out] Must contain a valid RTP packet. If the un-protection process is successful, the output will be a newly created RTP packet.

Return Value

Type: SRtpStatusCode
Returns StatusOk on success.

Implements

ISRtpSessionUnProtect(RtpPacket)
See Also