Home | History | Annotate | Download | only in FLAC

Lines Matching refs:index_num

1896  * \param index_num    The index into the track's index array at which to
1899 * indices at and after \a index_num move right one
1901 * \a index_num to
1908 * \code object->data.cue_sheet.tracks[track_num].num_indices >= index_num \endcode
1912 FLAC_API FLAC__bool FLAC__metadata_object_cuesheet_track_insert_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num, FLAC__StreamMetadata_CueSheet_Index index);
1921 * \param index_num The index into the track's index array at which to
1924 * indices at and after \a index_num move right one
1926 * \a index_num to
1932 * \code object->data.cue_sheet.tracks[track_num].num_indices >= index_num \endcode
1936 FLAC_API FLAC__bool FLAC__metadata_object_cuesheet_track_insert_blank_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num);
1944 * \param index_num The index into the track's index array of the index
1951 * \code object->data.cue_sheet.tracks[track_num].num_indices > index_num \endcode
1955 FLAC_API FLAC__bool FLAC__metadata_object_cuesheet_track_delete_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num);