Uses of Class
javaFlacEncoder.Subframe

Uses of Subframe in javaFlacEncoder
 

Subclasses of Subframe in javaFlacEncoder
 class Subframe_Constant
          Implements the Subframe abstract class, providing encoding support for the FLAC Constant Subframe.
 class Subframe_Fixed
          Implements the Subframe abstract class, providing encoding support for the FLAC Fixed-predictor Subframe.
 class Subframe_LPC
          Implements the Subframe abstract class, providing encoding support for the FLAC LPC Subframe.
 class Subframe_Verbatim
          Implements the Subframe abstract class, providing encoding support for the FLAC Verbatim Subframe.