![]() |
![]() |
![]() |
Grilo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <grilo.h> #define GRL_METADATA_KEY_GET_ID (key) #define GRL_METADATA_KEY_GET_NAME (key) #define GRL_METADATA_KEY_GET_DESC (key) #define GRL_METADATA_KEY_GET_TYPE (key) #define GRL_KEYID_FORMAT typedef GrlKeyID; extern GrlKeyID GRL_METADATA_KEY_ALBUM; extern GrlKeyID GRL_METADATA_KEY_ARTIST; extern GrlKeyID GRL_METADATA_KEY_AUTHOR; extern GrlKeyID GRL_METADATA_KEY_BITRATE; extern GrlKeyID GRL_METADATA_KEY_CERTIFICATE; extern GrlKeyID GRL_METADATA_KEY_CHILDCOUNT; extern GrlKeyID GRL_METADATA_KEY_DATE; extern GrlKeyID GRL_METADATA_KEY_DESCRIPTION; extern GrlKeyID GRL_METADATA_KEY_DURATION; extern GrlKeyID GRL_METADATA_KEY_EXTERNAL_PLAYER; extern GrlKeyID GRL_METADATA_KEY_EXTERNAL_URL; extern GrlKeyID GRL_METADATA_KEY_FRAMERATE; extern GrlKeyID GRL_METADATA_KEY_GENRE; extern GrlKeyID GRL_METADATA_KEY_HEIGHT; extern GrlKeyID GRL_METADATA_KEY_ID; extern GrlKeyID GRL_METADATA_KEY_LAST_PLAYED; extern GrlKeyID GRL_METADATA_KEY_LAST_POSITION; extern GrlKeyID GRL_METADATA_KEY_LICENSE; extern GrlKeyID GRL_METADATA_KEY_LYRICS; extern GrlKeyID GRL_METADATA_KEY_MIME; extern GrlKeyID GRL_METADATA_KEY_PLAY_COUNT; extern GrlKeyID GRL_METADATA_KEY_RATING; extern GrlKeyID GRL_METADATA_KEY_SITE; extern GrlKeyID GRL_METADATA_KEY_SOURCE; extern GrlKeyID GRL_METADATA_KEY_STUDIO; extern GrlKeyID GRL_METADATA_KEY_THUMBNAIL; extern GrlKeyID GRL_METADATA_KEY_THUMBNAIL_BINARY; extern GrlKeyID GRL_METADATA_KEY_TITLE; extern GrlKeyID GRL_METADATA_KEY_URL; extern GrlKeyID GRL_METADATA_KEY_WIDTH; extern GrlKeyID GRL_METADATA_KEY_SEASON; extern GrlKeyID GRL_METADATA_KEY_EPISODE; extern GrlKeyID GRL_METADATA_KEY_SHOW; extern GrlKeyID GRL_METADATA_KEY_CREATION_DATE; extern GrlKeyID GRL_METADATA_KEY_CAMERA_MODEL; extern GrlKeyID GRL_METADATA_KEY_ORIENTATION; extern GrlKeyID GRL_METADATA_KEY_FLASH_USED; extern GrlKeyID GRL_METADATA_KEY_EXPOSURE_TIME; extern GrlKeyID GRL_METADATA_KEY_ISO_SPEED; const gchar * grl_metadata_key_get_name (GrlKeyID key
); const gchar * grl_metadata_key_get_desc (GrlKeyID key
); #define grl_metadata_key_list_new (first_key, ...)
This is the list of defined keys in grilo for media entries.
Each key is a GParamSpec which can hold the information extracted from the remote database.
const gchar * grl_metadata_key_get_name (GrlKeyID key
);
Retrieves the name associated with the key
|
key to look up. [type GObject.ParamSpec] |
Returns : |
The name of the key |
Since 0.1.6
const gchar * grl_metadata_key_get_desc (GrlKeyID key
);
Retrieves the description associated with the key
|
key to look up. [type GObject.ParamSpec] |
Returns : |
the description of the key |
Since 0.1.6