Searched defs:MimeGroup (Results 1 – 1 of 1) sorted by relevance
40 struct MimeGroup{ struct41 int type; // Audio, video,.. use the enum values42 const char* pGroup; // "audio/", "video/",.. should contain the last "/"43 int size; // Number of bytes. e.g. "audio/" = 6 bytes