mod_musicindex  1.4.1
ftype Struct Reference

struct used to associate a filetype name and its corresponding mimetype. More...

#include <playlist.h>

Data Fields

const char *const nametype
 Display name of the filetype.
const char *const mimetype
 Mime type associated to the filetype.

Detailed Description

struct used to associate a filetype name and its corresponding mimetype.

Definition at line 45 of file playlist.h.

Field Documentation

const char* const ftype::mimetype

Mime type associated to the filetype.

Definition at line 47 of file playlist.h.

Referenced by send_rss().

const char* const ftype::nametype

Display name of the filetype.

Definition at line 46 of file playlist.h.

Referenced by list_songs(), and send_rss().


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