SRtpSessionUnProtect Method (RtpPacket) |
Un-Protects an RTP packet.
Namespace: StreamCoders.RtpAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual SRtpStatusCode UnProtect(
ref RtpPacket inputRaw
)
Public Overridable Function UnProtect (
ByRef inputRaw As RtpPacket
) As SRtpStatusCode
public:
virtual SRtpStatusCode UnProtect(
RtpPacket^% inputRaw
)
abstract UnProtect :
inputRaw : RtpPacket byref -> SRtpStatusCode
override UnProtect :
inputRaw : RtpPacket byref -> SRtpStatusCode
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