Home
last modified time | relevance | path

Searched refs:id3_field_setstring (Results 1 – 9 of 9) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/export/
H A DExportMP2.cpp486 id3_field_setstring(id3_frame_field(frame, 2), ucs4.get()); in AddFrame()
490 id3_field_setstring(id3_frame_field(frame, 1), ucs4.get()); in AddFrame()
H A DExportCL.cpp674 id3_field_setstring(id3_frame_field(frame, 2), ucs4.get()); in GetMetaChunk()
678 id3_field_setstring(id3_frame_field(frame, 1), ucs4.get()); in GetMetaChunk()
H A DExportPCM.cpp949 id3_field_setstring(id3_frame_field(frame, 2), ucs4.get()); in AddID3Chunk()
953 id3_field_setstring(id3_frame_field(frame, 1), ucs4.get()); in AddID3Chunk()
H A DExportMP3.cpp2211 id3_field_setstring(id3_frame_field(frame, 2), ucs4.get()); in AddFrame()
2215 id3_field_setstring(id3_frame_field(frame, 1), ucs4.get()); in AddFrame()
/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Did3tag.h296 int id3_field_setstring(union id3_field *, id3_ucs4_t const *);
H A Dfield.c544 int id3_field_setstring(union id3_field *field, id3_ucs4_t const *string) in id3_field_setstring() function
H A Dtag.c360 id3_field_setstring(&frame->fields[2], id3_ucs4_empty) == -1 || in v1_attachstr()
/dports/sysutils/fusefs-mp3fs/mp3fs-0.91/src/
H A Dmp3_encoder.cc211 id3_field_setstring(id3_frame_field(frame, 3), ucs4);
/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Did3v24_tag.c1481 id3_field_setstring (field, NULL); in id3taglib_set_field()
1488 id3_field_setstring(field, buf); in id3taglib_set_field()