com.sun.media.codec.audio.ulaw.Packetizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fmj Show documentation
Show all versions of fmj Show documentation
Freedom for Media in Java
The 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