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(OffsetBuffer<Byte>, 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(OffsetBuffer<Byte>, Boolean) |
Un-protects the given packet.
|