cannam@86: cannam@86: cannam@86: FLAC: FLAC__StreamMetadata_VorbisComment_Entry Struct Reference cannam@86: cannam@86: cannam@86: cannam@86:
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members
cannam@86:

FLAC__StreamMetadata_VorbisComment_Entry Struct Reference
cannam@86: cannam@86: [FLAC/format.h: format components] cannam@86:

#include <format.h> cannam@86:

cannam@86: List of all members.


Detailed Description

cannam@86: Vorbis comment entry structure used in VORBIS_COMMENT blocks. (c.f. format specification)

cannam@86: For convenience, the APIs maintain a trailing NUL character at the end of entry which is not counted toward length, i.e.

 strlen(entry) == length 
cannam@86: 
cannam@86:

cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86:

Public Attributes

cannam@86: FLAC__uint32 length
cannam@86: FLAC__byte * entry
cannam@86:


The documentation for this struct was generated from the following file: cannam@86: cannam@86:
cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: