Delegate ProtectRtpPacket
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public delegate int ProtectRtpPacket(byte[] payload, int length, out int outputBufferLength);
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | payload | |
System.Int32 | length | |
System.Int32 | outputBufferLength |
Returns
Type | Description |
---|---|
System.Int32 |