Class AbstractPCMAudioCodec

All Implemented Interfaces:
Codec
Direct Known Subclasses:
AVIPCMAudioCodec, QuickTimePCMAudioCodec

public abstract class AbstractPCMAudioCodec extends AbstractAudioCodec
AbstractPCMAudioCodec performs sign conversion, endian conversion and quantization conversion of PCM audio data.

Does not perform sampling rate conversion or channel conversion.

Author:
Werner Randelshofer