SRtpSessionUnProtect Method (RtcpCompoundPacket) |
Un-Protects an RTCP compound packet.
Namespace: StreamCoders.RtpAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual SRtpStatusCode UnProtect(
ref RtcpCompoundPacket inputRaw
)
Public Overridable Function UnProtect (
ByRef inputRaw As RtcpCompoundPacket
) As SRtpStatusCode
public:
virtual SRtpStatusCode UnProtect(
RtcpCompoundPacket^% inputRaw
)
abstract UnProtect :
inputRaw : RtcpCompoundPacket byref -> SRtpStatusCode
override UnProtect :
inputRaw : RtcpCompoundPacket byref -> SRtpStatusCode
Parameters
- inputRaw
- Type: StreamCoders.RtpRtcpCompoundPacket
[in,out] [in,out] Must contain a valid RTCP compound packet. If the un-protection process is successful, the output will be a newly created RTCP compound packet.
Return Value
Type:
SRtpStatusCode
Returns
StatusOk on success.
Implements
ISRtpSessionUnProtect(RtcpCompoundPacket)See Also