local.net
Class RtpInputFlow

java.lang.Object
  |
  +--local.net.RtpFlow
        |
        +--local.net.RtpInputFlow

public class RtpInputFlow
extends RtpFlow

This class represents a RTP flow for receiving rtp packets.


Constructor Summary
RtpInputFlow(java.net.DatagramSocket datagram_socket)
          Creates a new RTP input flow
 
Method Summary
 byte[] receive()
          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

RtpInputFlow

public RtpInputFlow(java.net.DatagramSocket datagram_socket)
Creates a new RTP input flow
Method Detail

receive

public byte[] receive()
               throws java.io.IOException
Receives a block of RTP data