|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--local.net.RtpFlow
|
+--local.net.RtpOutputFlow
This class represents a RTP flow for sending rtp packets.
| Constructor Summary | |
RtpOutputFlow(java.net.DatagramSocket datagram_socket,
java.net.InetAddress remote_address,
int remote_port)
Creates a new RTP input flow |
|
| Method Summary | |
void |
send(byte[] data)
Receives a block of RTP data |
| Methods inherited from class local.net.RtpFlow |
getCscrList, getPayloadType, getSequenceNumber, getSscr, getTimestamp, isInitialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RtpOutputFlow(java.net.DatagramSocket datagram_socket,
java.net.InetAddress remote_address,
int remote_port)
| Method Detail |
public void send(byte[] data)
throws java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||