local.net
Class RtpOutputFlow

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

public class RtpOutputFlow
extends RtpFlow

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

RtpOutputFlow

public RtpOutputFlow(java.net.DatagramSocket datagram_socket,
                     java.net.InetAddress remote_address,
                     int remote_port)
Creates a new RTP input flow
Method Detail

send

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