Searched refs:FLAC__metadata_object_vorbiscomment_insert_comment (Results 1 - 2 of 2) sorted by relevance

/external/flac/include/FLAC/
H A Dmetadata.h1662 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_insert_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy);
/external/flac/libFLAC/
H A Dmetadata_object.c1218 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_insert_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) function
1246 return FLAC__metadata_object_vorbiscomment_insert_comment(object, object->data.vorbis_comment.num_comments, entry, copy);

Completed in 64 milliseconds