![]() |
![]() |
![]() |
eina Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define EINA_LOMO_AUTO_PARSE_KEY
#define EINA_LOMO_AUTO_PLAY_KEY
#define EINA_LOMO_GAPLESS_MODE_KEY
#define EINA_LOMO_MUTE_KEY
#define EINA_LOMO_PREFERENCES_DOMAIN
#define EINA_LOMO_RANDOM_KEY
#define EINA_LOMO_REPEAT_KEY
#define EINA_LOMO_VOLUME_KEY
enum EinaLomoPluginError;
LomoPlayer * eina_application_get_lomo (EinaApplication *application
);
EinaLomoPlugin provides the interface to liblomo in Eina
See also: LomoPlayer, LomoStream
#define EINA_LOMO_AUTO_PARSE_KEY "auto-parse"
Preferences key for the auto-parse setting
#define EINA_LOMO_AUTO_PLAY_KEY "auto-play"
Preferences key for the auto-play setting
#define EINA_LOMO_GAPLESS_MODE_KEY "gapless-mode"
Preferences key for the gapless-mode setting
#define EINA_LOMO_PREFERENCES_DOMAIN EINA_DOMAIN".preferences.lomo"
Domain for EinaLomoPlugin preferences
typedef enum { EINA_LOMO_PLUGIN_ERROR_CANNOT_CREATE_ENGINE = 1, EINA_LOMO_PLUGIN_ERROR_CANNOT_SET_SHARED, EINA_LOMO_PLUGIN_ERROR_CANNOT_DESTROY_ENGINE } EinaLomoPluginError;
Describes error generated by EinaLomoPlugin
LomoPlayer * eina_application_get_lomo (EinaApplication *application
);
Gets the LomoPlayer object from an EinaApplication
|
An EinaApplication |
Returns : |
A LomoPlayer. [transfer none] |