X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fmedia_content_doc.h;h=045e8161cc995da72b663b404f6778bb64dc838a;hb=f6e8766bf9da7039fd3b54459420e28bc3d10c75;hp=d46c6bbd60a9cb202ef044a7f0361902c6007231;hpb=afd793a12da82fc240b40b0d6b45f6d416318075;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/doc/media_content_doc.h b/doc/media_content_doc.h index d46c6bb..045e816 100755 --- a/doc/media_content_doc.h +++ b/doc/media_content_doc.h @@ -33,7 +33,7 @@ * operations that involve database requires an active connection with the media content service.\n * During media scanning, Media Service extract media information automatically. media information include basic file info like * path, size, modified time etc and some metadata like ID3tag, EXIF, thumbnail, etc. (thumbnail extracted only in Internal and SD card storage.) \n - * Since 3.0, a thumbnail is not automatically extracted during media scanning. A thumbnail will be created only when media_info_create_thumbnail() is called by any application. \n + * Since 3.0, a thumbnail is not automatically extracted during media scanning. A thumbnail will be created only when media_info_generate_thumbnail() is called by any application. \n * Media content services do not manage hidden files. \n * The API provides functions for connecting (#media_content_connect()) and disconnecting (#media_content_disconnect()) from the media content service. * @@ -105,7 +105,7 @@ * * @section CAPI_CONTENT_MEDIA_FOLDER_MODULE_OVERVIEW Overview * A Folder is used to organize media content files i.e. image, audio, video, ebook files, in the physical storage of the device. - * The Media Folder API provides functions to get basic information about existing folders e.g. folder name, path and storage type. + * The Media Folder API provides functions to get basic information about existing folders e.g. folder name, path and modified time. * It also provides functions to get information related to media items present in the folder. * * For getting information about folder call the respective get functions e.g. to get path and name of a given folder call #media_folder_get_path() and #media_folder_get_name() function respectively and so on.\n @@ -345,7 +345,7 @@ * * * copyright - * #MEDIA_COPYRIGHT + * * Get from metadata if exist. * * @@ -355,22 +355,22 @@ * * * bit_rate - * #MEDIA_BITRATE + * * Bitrate * * * bitpersample - * #MEDIA_BITPERSAMPLE + * * Bit per sample * * * sample_rate - * #MEDIA_SAMPLERATE + * * Samplerate * * * channel - * #MEDIA_CHANNEL + * * Channel * * @@ -380,7 +380,7 @@ * * * rating - * #MEDIA_RATING + * * Get from metadata if exist. * * @@ -563,22 +563,22 @@ * * * exposure_time - * #MEDIA_EXPOSURE_TIME + * * Get from EXIF if exist. * * * fnumber - * #MEDIA_FNUMBER + * * Get from EXIF if exist. * * * iso - * #MEDIA_ISO + * * Get from EXIF if exist. * * * model - * #MEDIA_MODEL + * * Get from EXIF if exist. * * @@ -588,7 +588,7 @@ * * * orientation - * #MEDIA_ORIENTATION + * * Get from EXIF if exist. * * @@ -666,7 +666,7 @@ * * * copyright - * #MEDIA_COPYRIGHT + * * Get from metadata if exist. * * @@ -676,22 +676,22 @@ * * * bit_rate - * #MEDIA_BITRATE + * * Bitrate * * * bitpersample - * #MEDIA_BITPERSAMPLE + * * Bit per sample * * * sample_rate - * #MEDIA_SAMPLERATE + * * Samplerate * * * channel - * #MEDIA_CHANNEL + * * Channel * * @@ -701,12 +701,12 @@ * * * rating - * #MEDIA_RATING + * * Get from metadata if exist. * * * rotation - * #MEDIA_ORIENTATION + * * Video rotation * * @@ -787,7 +787,7 @@ * * * publisher - * #MEDIA_COPYRIGHT + * * Get from metadata if exist. * * @@ -977,16 +977,6 @@ * Whether DRM content or not * * - * storage_id - * #MEDIA_STORAGE_ID - * Storage UUID. - * - * - * storage_type - * #MEDIA_STORAGE_TYPE - * Storage type (media_content_storage_e) - * - * * favorite * #MEDIA_FAVOURITE * User data. Not guarantee independence between applications. @@ -998,7 +988,7 @@ * * * description - * #MEDIA_DESCRIPTION + * * Get from metadata if exist. * * @@ -1039,22 +1029,6 @@ */ /** - * @defgroup CAPI_CONTENT_MEDIA_STORAGE_MODULE Media Storage - * @brief The Media Storage Information API provides functions to manage storage information on the media items. - * - * @ingroup CAPI_MEDIA_CONTENT_MODULE - * - * @section CAPI_CONTENT_MEDIA_STORAGE_MODULE_HEADER Required Header - * \#include - * - * @section CAPI_CONTENT_MEDIA_STORAGE_MODULE_OVERVIEW Overview - * A Storage allows you to manage external storage. \n - * The system generates the storage id when the external storage is added. And the system manages the media information in each of the storage by using storage id. \n - * So you can get the information from the storage that you want to view. - * - */ - -/** * @defgroup CAPI_CONTENT_MEDIA_FACE_MODULE Media Face * @brief The Media Face Information API provides functions to manage the face information in the image files. *