| ISRtpSession Interface |
Namespace: StreamCoders.Rtp
The ISRtpSession type exposes the following members.
| Name | Description | |
|---|---|---|
| AddStream |
Should be used when adding a stream to the session.
| |
| Protect(RtcpCompoundPacket) |
Protects the given packet.
| |
| Protect(RtpPacket) |
Protects the given packet.
| |
| Protect(OffsetBufferByte, Boolean) |
Protects the given packet.
| |
| RemoveStream |
Should be used when removing a stream from the session.
| |
| UnProtect(RtcpCompoundPacket) |
Un protect.
| |
| UnProtect(RtpPacket) |
Un-protects the given packet.
| |
| UnProtect(OffsetBufferByte, Boolean) |
Un-protects the given packet.
|