public abstract class AudioCodec
Abstract base class for audio codecs.
private final String
name
String
getName()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() String getName()
Returns the string representation of the audio codec.
@NonNull() String toString()
Returns the name of the audio codec.