X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmedia_info_private.h;h=eedab3c9a882cd8430beba27f0146e047c67ac7a;hb=6f19706b4d7711bd5f0bbf6bed105b5004b7eaf0;hp=865af4bf1334dd745945076d7abc8a51f5f44989;hpb=91d04a3ff55b3f24d25ba989b12e2cc67639fb64;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include/media_info_private.h b/include/media_info_private.h index 865af4b..eedab3c 100644 --- a/include/media_info_private.h +++ b/include/media_info_private.h @@ -50,7 +50,7 @@ extern "C" { * @brief This file contains the media info API and related structure and enumeration. \n * Description of the audio, video,image content involves: album, artist, album_artist, genre and description tags. \n * Parameters of the recording are also supported, as: format, bitrate, duration, size etc. \n -* Defenitions of media DB fields and tables, operations with media data relating to DB and handling with media filter attributes. +* Definitions of media DB fields and tables, operations with media data relating to DB and handling with media filter attributes. */ @@ -246,6 +246,14 @@ typedef struct { typedef struct { char *media_id; + char *author; + char *publisher; + char *date; + char *subject; +} book_meta_s; + +typedef struct { + char *media_id; char *file_path; char *display_name; media_content_type_e media_type; @@ -271,6 +279,7 @@ typedef struct { image_meta_s *image_meta; video_meta_s *video_meta; audio_meta_s *audio_meta; + book_meta_s *book_meta; } media_info_s; typedef struct {