|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| RTCPPacket.Factory | The factory is implemented in derived classes to create objects of the requested type on demand |
| RTCPPacketFormat | |
| Class Summary | |
|---|---|
| RTCPByePacket | |
| RTCPByePacket.Factory | |
| RTCPCombiner | This takes RTCP packets (or any packet with an RTCPPacket interface) and merges them into a single byte array for placement onto the wire. |
| RTCPFactory | This class implements a factory pattern, which takes an RTCP stream and attempts to create a list of derived packet for it. |
| RTCPPacket | This represents ONE packet, and is abstract because in fact all packets are of some type, not "floating" in space un-typed. |
| RTCPSDESPacket | |
| RTCPSDESPacket.Factory | |
| RTCPUnknown | This is the class that provides hooks for the packet types that aren't yet supported. |
| RTCPUnknown.Factory | |
| RTPPacket | This class encodes/decodes a header into its parts for later use. |
| Exception Summary | |
|---|---|
| RTCPIncorrectFormatException | |
| RTPIncorrectHeaderException | |
These classes are in support of part of the RTP protocol.
These were written to support the minimal set of RTP used by Speak Freely. At some later point, they can be expanded to fulfil all the features of the Real Time Protocol, which would allow interop with any other RTP compliant system.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||