All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.media.codec.audio.ulaw.Packetizer Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package com.sun.media.codec.audio.ulaw;

/**
 * 
 * @author Ken Larson
 * 
 */
public class Packetizer extends net.sf.fmj.media.codec.audio.ulaw.Packetizer
{
    protected String PLUGIN_NAME = "ULAW Packetizer"; // TODO: hacked for
                                                      // SIP-Communicator

    protected int packetSize; // TODO: hacked for SIP-Communicator

    @Override
    public String getName()
    {
        return PLUGIN_NAME;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy