ISRtpSessionUnProtect Method (RtcpCompoundPacket) |
Un protect.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxSRtpStatusCode UnProtect(
ref RtcpCompoundPacket packet
)
Function UnProtect (
ByRef packet As RtcpCompoundPacket
) As SRtpStatusCode
SRtpStatusCode UnProtect(
RtcpCompoundPacket^% packet
)
abstract UnProtect :
packet : RtcpCompoundPacket byref -> SRtpStatusCode
Parameters
- packet
- Type: StreamCoders.RtpRtcpCompoundPacket
[in,out] Packet to transform.
Return Value
Type:
SRtpStatusCode
A SRtpStatusCode.
See Also