From: Josh Coalson Date: Thu, 1 Aug 2002 06:46:15 +0000 (+0000) Subject: new functions for seektable templates, point sorting X-Git-Tag: 1.2.0~1718 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5c12467d9d5c492c62bfc3746d1024a11d0f8fb;p=platform%2Fupstream%2Fflac.git new functions for seektable templates, point sorting --- diff --git a/include/FLAC/metadata.h b/include/FLAC/metadata.h index 63f58e7..111cc1a 100644 --- a/include/FLAC/metadata.h +++ b/include/FLAC/metadata.h @@ -1034,6 +1034,13 @@ FLAC__bool FLAC__metadata_object_seektable_delete_point(FLAC__StreamMetadata *ob */ FLAC__bool FLAC__metadata_object_seektable_is_legal(const FLAC__StreamMetadata *object); +/* @@@@ document */ +FLAC__bool FLAC__metadata_object_seektable_template_append_placeholders(FLAC__StreamMetadata *object, unsigned num); +FLAC__bool FLAC__metadata_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number); +FLAC__bool FLAC__metadata_object_seektable_template_append_points(FLAC__StreamMetadata *object, FLAC__uint64 sample_numbers[], unsigned num); +FLAC__bool FLAC__metadata_object_seektable_template_append_spaced_points(FLAC__StreamMetadata *object, unsigned num, FLAC__uint64 total_samples); +FLAC__bool FLAC__metadata_object_seektable_template_sort(FLAC__StreamMetadata *object, FLAC__bool compact); + /** Sets the vendor string in a VORBIS_COMMENT block. * * If \a copy is \c true, a copy of the entry is stored; otherwise, the object