#include <context.h>
Data Fields | |
const char* | keyword |
const char* | backend |
const char* | label |
const char* | tooltip |
const char* | mime_type |
const char* | extension |
uint8_t | min_elementary [16] |
uint8_t | max_elementary [16] |
unsigned int | flags |
|
Uniquely identifies the context, may be stored in a config file. The keyword should include a backend identifier to keep the namespace clean, e. g. "mybackend_mpeg1". As all keywords, the string must consist of ASCII upper- and lowercase, digits and underscore only, is otherwise arbitrary. |
|
Uniquely identifies the backend (like "foobarlib 1.2.3"), not internationalized because a proper name. This may be used in the user interface. Only ASCII permitted. |
|
|
|
Gives additional info for the user, also localized. This pointer can be |
|
Gives a MIME type for the created file if applicable, otherwise |
|
Suggests filename extensions to use. Can be |
|
|
|
A set of RTE_FLAG_SEEK et al values. |