ISRtpSessionProtect Method (RtcpCompoundPacket) |
Protects the given packet.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax SRtpStatusCode Protect(
ref RtcpCompoundPacket packet
)
Function Protect (
ByRef packet As RtcpCompoundPacket
) As SRtpStatusCode
SRtpStatusCode Protect(
RtcpCompoundPacket^% packet
)
abstract Protect :
packet : RtcpCompoundPacket byref -> SRtpStatusCode
Parameters
- packet
- Type: StreamCoders.RtpRtcpCompoundPacket
[in,out] Packet to transform.
Return Value
Type:
SRtpStatusCode
A SRtpStatusCode.
See Also