TAG_WEBM_ATTACHMENT structure

File attachment structure.

typedef struct {
    char *description;
    char *filename;
    char *mediatype;
    void *data;
    DWORD length;
} TAG_WEBM_ATTACHMENT;

Members

descriptionA description of the attached file.
filenameThe filename of the file.
mediatypeThe MIME type of the file.
dataThe file data.
lengthThe size of data in bytes.

Remarks

Attachments are a Matroska feature, but they will also be read from WebM files if present.

See also

BASS_ChannelGetTags