FLAC__StreamMetadata_VorbisComment_Entry

Vorbis comment entry structure used in VORBIS_COMMENT blocks. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>)

For convenience, the APIs maintain a trailing NUL character at the end of \a entry which is not counted toward \a length, i.e. \code strlen(entry) == length \endcode

extern (C) nothrow
struct FLAC__StreamMetadata_VorbisComment_Entry {}

Members

Variables

entry
FLAC__byte* entry;
Undocumented in source.
length
FLAC__uint32 length;
Undocumented in source.

Meta