summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/media_content_doc.h70
1 files changed, 22 insertions, 48 deletions
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 @@
* </tr>
* <tr>
* <td>copyright</td>
- * <td>#MEDIA_COPYRIGHT</td>
+ * <td></td>
* <td>Get from metadata if exist.</td>
* </tr>
* <tr>
@@ -355,22 +355,22 @@
* </tr>
* <tr>
* <td>bit_rate</td>
- * <td>#MEDIA_BITRATE</td>
+ * <td></td>
* <td>Bitrate</td>
* </tr>
* <tr>
* <td>bitpersample</td>
- * <td>#MEDIA_BITPERSAMPLE</td>
+ * <td></td>
* <td>Bit per sample</td>
* </tr>
* <tr>
* <td>sample_rate</td>
- * <td>#MEDIA_SAMPLERATE</td>
+ * <td></td>
* <td>Samplerate</td>
* </tr>
* <tr>
* <td>channel</td>
- * <td>#MEDIA_CHANNEL</td>
+ * <td></td>
* <td>Channel</td>
* </tr>
* <tr>
@@ -380,7 +380,7 @@
* </tr>
* <tr>
* <td>rating</td>
- * <td>#MEDIA_RATING</td>
+ * <td></td>
* <td>Get from metadata if exist.</td>
* </tr>
* </table>
@@ -563,22 +563,22 @@
* </tr>
* <tr>
* <td>exposure_time</td>
- * <td>#MEDIA_EXPOSURE_TIME</td>
+ * <td></td>
* <td>Get from EXIF if exist.</td>
* </tr>
* <tr>
* <td>fnumber</td>
- * <td>#MEDIA_FNUMBER</td>
+ * <td></td>
* <td>Get from EXIF if exist.</td>
* </tr>
* <tr>
* <td>iso</td>
- * <td>#MEDIA_ISO</td>
+ * <td></td>
* <td>Get from EXIF if exist.</td>
* </tr>
* <tr>
* <td>model</td>
- * <td>#MEDIA_MODEL</td>
+ * <td></td>
* <td>Get from EXIF if exist.</td>
* </tr>
* <tr>
@@ -588,7 +588,7 @@
* </tr>
* <tr>
* <td>orientation</td>
- * <td>#MEDIA_ORIENTATION</td>
+ * <td></td>
* <td>Get from EXIF if exist.</td>
* </tr>
* <tr>
@@ -666,7 +666,7 @@
* </tr>
* <tr>
* <td>copyright</td>
- * <td>#MEDIA_COPYRIGHT</td>
+ * <td></td>
* <td>Get from metadata if exist.</td>
* </tr>
* <tr>
@@ -676,22 +676,22 @@
* </tr>
* <tr>
* <td>bit_rate</td>
- * <td>#MEDIA_BITRATE</td>
+ * <td></td>
* <td>Bitrate</td>
* </tr>
* <tr>
* <td>bitpersample</td>
- * <td>#MEDIA_BITPERSAMPLE</td>
+ * <td></td>
* <td>Bit per sample</td>
* </tr>
* <tr>
* <td>sample_rate</td>
- * <td>#MEDIA_SAMPLERATE</td>
+ * <td></td>
* <td>Samplerate</td>
* </tr>
* <tr>
* <td>channel</td>
- * <td>#MEDIA_CHANNEL</td>
+ * <td></td>
* <td>Channel</td>
* </tr>
* <tr>
@@ -701,12 +701,12 @@
* </tr>
* <tr>
* <td>rating</td>
- * <td>#MEDIA_RATING</td>
+ * <td></td>
* <td>Get from metadata if exist.</td>
* </tr>
* <tr>
* <td>rotation</td>
- * <td>#MEDIA_ORIENTATION</td>
+ * <td></td>
* <td>Video rotation</td>
* </tr>
* <tr>
@@ -787,7 +787,7 @@
* </tr>
* <tr>
* <td>publisher</td>
- * <td>#MEDIA_COPYRIGHT</td>
+ * <td></td>
* <td>Get from metadata if exist.</td>
* </tr>
* </table>
@@ -977,16 +977,6 @@
* <td>Whether DRM content or not</td>
* </tr>
* <tr>
- * <td>storage_id</td>
- * <td>#MEDIA_STORAGE_ID</td>
- * <td>Storage UUID.</td>
- * </tr>
- * <tr>
- * <td>storage_type</td>
- * <td>#MEDIA_STORAGE_TYPE</td>
- * <td>Storage type (media_content_storage_e)</td>
- * </tr>
- * <tr>
* <td>favorite</td>
* <td>#MEDIA_FAVOURITE</td>
* <td>User data. Not guarantee independence between applications.</td>
@@ -998,7 +988,7 @@
* </tr>
* <tr>
* <td>description</td>
- * <td>#MEDIA_DESCRIPTION</td>
+ * <td></td>
* <td>Get from metadata if exist.</td>
* </tr>
* </table>
@@ -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 <media_content.h>
- *
- * @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.
*