Home | History | Annotate | Download | only in FLAC

Lines Matching refs:streaminfo

72  *  Read-only access to the STREAMINFO, VORBIS_COMMENT, CUESHEET, and
134 * STREAMINFO, VORBIS_COMMENT, CUESHEET, and PICTURE blocks, requiring
142 /** Read the STREAMINFO metadata block of the given FLAC file. This function
146 * \param streaminfo A pointer to space for the STREAMINFO block. Since
152 * \code streaminfo != NULL \endcode
154 * \c true if a valid STREAMINFO block was read from \a filename. Returns
156 * or the file contained no STREAMINFO block. (A memory allocation error
159 FLAC_API FLAC__bool FLAC__metadata_get_streaminfo(const char *filename, FLAC__StreamMetadata *streaminfo);
555 * Existing block is a STREAMINFO block and the new block is a
556 * STREAMINFO block: the new block is written in place. Make sure
558 * STREAMINFO block.
560 * Existing block is a STREAMINFO block and the new block is a
561 * not a STREAMINFO block: this is an error since the first block
562 * must be a STREAMINFO block. Returns \c false without altering the
565 * Existing block is not a STREAMINFO block and the new block is a
566 * STREAMINFO block: this is an error since there may be only one
567 * STREAMINFO block. Returns \c false without altering the file.
613 * This function will fail and return \c false if given a STREAMINFO
638 * You may not delete the STREAMINFO block.
1192 * size. You can not delete the STREAMINFO block. The iterator will be
1209 * before the first STREAMINFO block. You cannot insert a STREAMINFO block
1227 /** Insert a new block after the current block. You cannot insert a STREAMINFO
1275 * example, a FLAC__StreamMetadata* that represents a STREAMINFO block to