FLAC__metadata_object_vorbiscomment_remove_entry_matching

Remove first Vorbis comment matching the given field name.

\param object A pointer to an existing VORBIS_COMMENT object. \param field_name The field name of comment to delete. \assert \code object != NULL \endcode \code object->type == FLAC__METADATA_TYPE_VORBIS_COMMENT \endcode \retval int \c -1 for memory allocation error, \c 0 for no matching entries, \c 1 for one matching entry deleted.

extern (C) nothrow
int
FLAC__metadata_object_vorbiscomment_remove_entry_matching

Meta