Displaying 1 result from an estimated 1 matches for "savecommentstoiterator".
2006 Sep 06
1
FLAC__metadata_simple_iterator_set_block corrupting Flac (ogg) stream?
...lt = FLAC__metadata_simple_iterator_next(iterator);
        }
        /**
         * Get the current block and write out the new values for it.
         */
        metaData = FLAC__metadata_simple_iterator_get_block(iterator);
        /**
         * Save the strings out.
         */
        [self saveCommentsToIterator: metaData];
        /**
         * Now, save out the block.
         */
        result = FLAC__metadata_simple_iterator_set_block(iterator,
metaData, TRUE);
        FLAC__metadata_simple_iterator_delete(metaData);
   the saveCommentsToIterator method just updates the "entry" and "...