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