org.mobicents.media.server.impl.rtp
Class RtpPacketizer

java.lang.Object
  extended by org.mobicents.media.server.impl.rtp.RtpPacketizer
All Implemented Interfaces:
java.io.Serializable

public class RtpPacketizer
extends java.lang.Object
implements java.io.Serializable

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
RtpPacketizer()
           
 
Method Summary
 void process(org.mobicents.media.Buffer buffer, int packetPeriod)
          Set required timestamp mark.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtpPacketizer

public RtpPacketizer()
Method Detail

process

public void process(org.mobicents.media.Buffer buffer,
                    int packetPeriod)
Set required timestamp mark.

Parameters:
buffer - the media buffer
packetPeriod - packetization period


Copyright © 2009. All Rights Reserved.