Lines Matching full:flac
43 /** \file include/FLAC/format.h
47 * of FLAC format components in memory. These are the basic
54 /** \defgroup flac_format FLAC/format.h: format components
55 * \ingroup flac
59 * of FLAC format components in memory. These are the basic
63 * <A HREF="https://xiph.org/flac/format.html">FLAC format</A>. Many of the values here
88 Most of the values described in this file are defined by the FLAC
101 /** 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,
130 /** The maximum LPC order permitted by the FLAC subset for sample rates
150 /** The maximum Rice partition order permitted by the FLAC Subset. */
167 /** The byte string representation of the beginning of a FLAC stream. */
168 extern FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */
171 * a FLAC stream.
175 /** The length of the FLAC signature in bits. */
178 /** The length of the FLAC signature in bytes. */
228 /** Header for a Rice partitioned residual. (c.f. <A HREF="https://xiph.org/flac/format.html#parti…
250 /** Header for the entropy coding method. (c.f. <A HREF="https://xiph.org/flac/format.html#residua…
279 /** CONSTANT subframe. (c.f. <A HREF="https://xiph.org/flac/format.html#subframe_constant">format …
292 /** VERBATIM subframe. (c.f. <A HREF="https://xiph.org/flac/format.html#subframe_verbatim">format …
303 /** FIXED subframe. (c.f. <A HREF="https://xiph.org/flac/format.html#subframe_fixed">format specif…
320 /** LPC subframe. (c.f. <A HREF="https://xiph.org/flac/format.html#subframe_lpc">format specificat…
349 /** FLAC subframe structure. (c.f. <A HREF="https://xiph.org/flac/format.html#subframe">format spe…
416 /** FLAC frame header structure. (c.f. <A HREF="https://xiph.org/flac/format.html#frame_header">fo…
465 /** FLAC frame footer structure. (c.f. <A HREF="https://xiph.org/flac/format.html#frame_footer">fo…
478 /** FLAC frame structure. (c.f. <A HREF="https://xiph.org/flac/format.html#frame">format specifica…
499 /**< <A HREF="https://xiph.org/flac/format.html#metadata_block_streaminfo">STREAMINFO</A> block */
502 /**< <A HREF="https://xiph.org/flac/format.html#metadata_block_padding">PADDING</A> block */
505 …/**< <A HREF="https://xiph.org/flac/format.html#metadata_block_application">APPLICATION</A> block …
508 /**< <A HREF="https://xiph.org/flac/format.html#metadata_block_seektable">SEEKTABLE</A> block */
511 …/**< <A HREF="https://xiph.org/flac/format.html#metadata_block_vorbis_comment">VORBISCOMMENT</A> b…
514 /**< <A HREF="https://xiph.org/flac/format.html#metadata_block_cuesheet">CUESHEET</A> block */
517 /**< <A HREF="https://xiph.org/flac/format.html#metadata_block_picture">PICTURE</A> block */
534 /** FLAC STREAMINFO structure. (c.f. <A HREF="https://xiph.org/flac/format.html#metadata_block_str…
559 /** FLAC PADDING structure. (c.f. <A HREF="https://xiph.org/flac/format.html#metadata_block_paddin…
570 /** FLAC APPLICATION structure. (c.f. <A HREF="https://xiph.org/flac/format.html#metadata_block_ap…
579 /** SeekPoint structure used in SEEKTABLE blocks. (c.f. <A HREF="https://xiph.org/flac/format.html…
607 /** FLAC SEEKTABLE structure. (c.f. <A HREF="https://xiph.org/flac/format.html#metadata_block_seek…
625 …structure used in VORBIS_COMMENT blocks. (c.f. <A HREF="https://xiph.org/flac/format.html#metadat…
639 /** FLAC VORBIS_COMMENT structure. (c.f. <A HREF="https://xiph.org/flac/format.html#metadata_block…
650 /** FLAC CUESHEET track index structure. (See the
651 * <A HREF="https://xiph.org/flac/format.html#cuesheet_track_index">format specification</A> for
669 /** FLAC CUESHEET track structure. (See the
670 * <A HREF="https://xiph.org/flac/format.html#cuesheet_track">format specification</A> for
675 /**< Track offset in samples, relative to the beginning of the FLAC audio stream. */
706 /** FLAC CUESHEET structure. (See the
707 * <A HREF="https://xiph.org/flac/format.html#metadata_block_cuesheet">format specification</A>
772 /** FLAC PICTURE structure. (See the
773 * <A HREF="https://xiph.org/flac/format.html#metadata_block_picture">format specification</A>
839 /** FLAC metadata block structure. (c.f. <A HREF="https://xiph.org/flac/format.html#metadata_block…
883 /** Tests that a sample rate is valid for FLAC.
892 /** Tests that a blocksize at the given sample rate is valid for the FLAC
904 /** Tests that a sample rate is valid for the FLAC subset. The subset rules
962 /** Check a seek table to see if it conforms to the FLAC specification.
988 /** Check a cue sheet to see if it conforms to the FLAC specification.
1008 /** Check picture data to see if it conforms to the FLAC specification.