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

/external/flac/include/FLAC/
H A Dmetadata.h1632 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_set_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy);
/external/flac/libFLAC/
H A Dmetadata_object.c1208 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_set_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) function
1239 return FLAC__metadata_object_vorbiscomment_set_comment(object, comment_num, entry, copy);
1270 if(!FLAC__metadata_object_vorbiscomment_set_comment(object, index, entry, copy))

Completed in 94 milliseconds