HomeSort by relevance Sort by last modified time
    Searched defs:vorbis_comment (Results 1 - 3 of 3) sorted by null

  /external/tremolo/Tremolo/
ivorbiscodec.h 79 typedef struct vorbis_comment{ struct
85 } vorbis_comment; typedef in typeref:struct:vorbis_comment
93 extern void vorbis_comment_init(vorbis_comment *vc);
94 extern void vorbis_comment_add(vorbis_comment *vc, char *comment);
95 extern void vorbis_comment_add_tag(vorbis_comment *vc,
97 extern char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count);
98 extern int vorbis_comment_query_count(vorbis_comment *vc, char *tag);
99 extern void vorbis_comment_clear(vorbis_comment *vc);
  /external/flac/include/FLAC/
format.h 163 /** The vendor string inserted by the encoder into the VORBIS_COMMENT block.
165 * VORBIS_COMMENT the trailing null is stripped.
615 /** Vorbis comment entry structure used in VORBIS_COMMENT blocks. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>)
629 /** FLAC VORBIS_COMMENT structure. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>)
848 FLAC__StreamMetadata_VorbisComment vorbis_comment; member in union:__anon5844::__anon5845
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 775 /* reorder metadata if necessary to ensure that any VORBIS_COMMENT is the first, according to the (…)
1096 FLAC__StreamMetadata vorbis_comment; local
    [all...]

Completed in 94 milliseconds