Home | History | Annotate | Download | only in FLAC

Lines Matching full:flac

42 /** \file include/FLAC/format.h
46 * of FLAC format components in memory. These are the basic
53 /** \defgroup flac_format FLAC/format.h: format components
54 * \ingroup flac
58 * of FLAC format components in memory. These are the basic
62 * <A HREF="../format.html">FLAC format</A>. Many of the values here
87 Most of the values described in this file are defined by the FLAC
100 /** The maximum block size, in samples, permitted by the FLAC subset for
116 * FLAC__MAX_BITS_PER_SAMPLE is the limit of the FLAC format. However,
124 * ((2 ^ 16) - 1) * 10; see <A HREF="../format.html">FLAC format</A>
132 /** The maximum LPC order permitted by the FLAC subset for sample rates
152 /** The maximum Rice partition order permitted by the FLAC Subset. */
169 /** The byte string representation of the beginning of a FLAC stream. */
170 extern FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */
173 * a FLAC stream.
177 /** The length of the FLAC signature in bits. */
180 /** The length of the FLAC signature in bytes. */
341 /** FLAC subframe structure. (c.f. <A HREF="../format.html#subframe">format specification</A>)
408 /** FLAC frame header structure. (c.f. <A HREF="../format.html#frame_header">format specification</A>)
457 /** FLAC frame footer structure. (c.f. <A HREF="../format.html#frame_footer">format specification</A>)
470 /** FLAC frame structure. (c.f. <A HREF="../format.html#frame">format specification</A>)
503 /**< <A HREF="../format.html#metadata_block_vorbis_comment">VORBISCOMMENT</A> block (a.k.a. FLAC tags) */
524 /** FLAC STREAMINFO structure. (c.f. <A HREF="../format.html#metadata_block_streaminfo">format specification</A>)
549 /** FLAC PADDING structure. (c.f. <A HREF="../format.html#metadata_block_padding">format specification</A>)
560 /** FLAC APPLICATION structure. (c.f. <A HREF="../format.html#metadata_block_application">format specification</A>)
597 /** FLAC SEEKTABLE structure. (c.f. <A HREF="../format.html#metadata_block_seektable">format specification</A>)
629 /** FLAC VORBIS_COMMENT structure. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>)
640 /** FLAC CUESHEET track index structure. (See the
659 /** FLAC CUESHEET track structure. (See the
665 /**< Track offset in samples, relative to the beginning of the FLAC audio stream. */
696 /** FLAC CUESHEET structure. (See the
762 /** FLAC PICTURE structure. (See the
829 /** FLAC metadata block structure. (c.f. <A HREF="../format.html#metadata_block">format specification</A>)
873 /** Tests that a sample rate is valid for FLAC.
882 /** Tests that a sample rate is valid for the FLAC subset. The subset rules
940 /** Check a seek table to see if it conforms to the FLAC specification.
966 /** Check a cue sheet to see if it conforms to the FLAC specification.
986 /** Check picture data to see if it conforms to the FLAC specification.