A B C D E F G H I J L M N O P R S T U V W

M

main(String[]) - Static method in class javaFlacEncoder.FLAC_ConsoleFileEncoder
Run ConsoleFileEncoder with given arguments.
MAX_BITS_PER_SAMPLE - Static variable in class javaFlacEncoder.StreamConfiguration
Maximum bits per sample allowed(FLAC spec allows 32, limited to 24 here due to limits in code)
MAX_BLOCK - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
flag to specify maximum block size.
MAX_BLOCK_ERROR - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
Error message given for incorrect maximum block size specified
MAX_BLOCK_SIZE - Static variable in class javaFlacEncoder.StreamConfiguration
Maximum Block size allowed(defined by flac spec)
MAX_CHANNEL_COUNT - Static variable in class javaFlacEncoder.StreamConfiguration
Maximum channel count allowed(defined by flac spec)
MAX_HEADER_SIZE - Static variable in class javaFlacEncoder.FrameHeader
Maximum size a header can be according to FLAC specification.
MAX_LPC - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
flag to specify maximum LPC order to use.
MAX_LPC_ERROR - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
Error message given for incorrect maximum LPC order given
MAX_LPC_ORDER - Static variable in class javaFlacEncoder.EncodingConfiguration
Maximum LPC order possible(as defined by FLAC format)
MAX_LPC_ORDER - Static variable in class javaFlacEncoder.Subframe_LPC
Maximum LPC order that is supported by this subframe
MAX_RICE_PARTITION_ORDER - Static variable in class javaFlacEncoder.EncodingConfiguration
Maximum Rice Partition order possible(as defined by FLAC Format)
MAX_SAMPLE_RATE - Static variable in class javaFlacEncoder.StreamConfiguration
Maximum sample rate allowed(defined by flac spec)
MetadataBlockHeader - Class in javaFlacEncoder
The MetadataBlockHeader class is used to creat FLAC compliant Metadata Block Headers.
MetadataBlockHeader() - Constructor for class javaFlacEncoder.MetadataBlockHeader
Constructor.
MetadataBlockHeader.MetadataBlockType - Enum in javaFlacEncoder
Enum containing the different Metadata block types.
MetadataBlockStreamInfo - Class in javaFlacEncoder
MetadataBlockStreamInfo is used to declare the initial stream parameters, such as Sample Rate, bits per sample, and number of channels, as well as information on the encoded stream such as total number of samples, minimum and maximum block and frame sizes, and md5sum of raw audio samples.
MetadataBlockStreamInfo() - Constructor for class javaFlacEncoder.MetadataBlockStreamInfo
Constructor.
MIN_BITS_PER_SAMPLE - Static variable in class javaFlacEncoder.StreamConfiguration
Minimum bits per sample allowed(defined by flac spec)
MIN_BLOCK - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
flag to specify minimum block size.
MIN_BLOCK_ERROR - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
Error message given for incorrect minimum block size specified
MIN_BLOCK_SIZE - Static variable in class javaFlacEncoder.StreamConfiguration
Minimum block size allowed(defined by flac spec)
MIN_LPC - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
flag to specify minimum LPC order to use.
MIN_LPC_ERROR - Static variable in class javaFlacEncoder.FLAC_ConsoleFileEncoder
Error message given for incorrect minimum LPC order given
MIN_LPC_ORDER - Static variable in class javaFlacEncoder.EncodingConfiguration
Minimum LPC order possible(as defined by FLAC format)
MIN_SAMPLE_RATE - Static variable in class javaFlacEncoder.StreamConfiguration
Minimum sample rate allowed(defined by flac spec)

A B C D E F G H I J L M N O P R S T U V W