summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHaejeong, Kim <backto.kim@samsung.com>2015-10-19 15:18:52 +0900
committerHaejeong, Kim <backto.kim@samsung.com>2015-10-19 15:18:52 +0900
commit36162b631bb78093b00695484a5f116fe526cf32 (patch)
tree80fe59074c429bf9a4e92d341f3b4ac3b0c1b19e /include
parentec49983298fc21c78bbfd1b0f7d21aa64855f6bd (diff)
downloadmedia-content-36162b631bb78093b00695484a5f116fe526cf32.tar.gz
media-content-36162b631bb78093b00695484a5f116fe526cf32.tar.bz2
media-content-36162b631bb78093b00695484a5f116fe526cf32.zip
Change-Id: I77b0516385184c312f041d7f7ed1bdca67c7df8a
Diffstat (limited to 'include')
-rwxr-xr-xinclude/media_content_type.h26
-rwxr-xr-xinclude/media_tag.h4
2 files changed, 15 insertions, 15 deletions
diff --git a/include/media_content_type.h b/include/media_content_type.h
index d315769..ec2fe1b 100755
--- a/include/media_content_type.h
+++ b/include/media_content_type.h
@@ -49,11 +49,11 @@ extern "C" {
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*/
typedef enum {
- MEDIA_CONTENT_TYPE_IMAGE = 0, /**<The type of an image */
- MEDIA_CONTENT_TYPE_VIDEO = 1, /**<The type of a video */
- MEDIA_CONTENT_TYPE_SOUND = 2, /**<The type of sound */
- MEDIA_CONTENT_TYPE_MUSIC = 3, /**<The type of music */
- MEDIA_CONTENT_TYPE_OTHERS = 4, /**<The type of other */
+ MEDIA_CONTENT_TYPE_IMAGE = 0, /**<The type of an image */
+ MEDIA_CONTENT_TYPE_VIDEO = 1, /**<The type of a video */
+ MEDIA_CONTENT_TYPE_SOUND = 2, /**<The type of sound */
+ MEDIA_CONTENT_TYPE_MUSIC = 3, /**<The type of music */
+ MEDIA_CONTENT_TYPE_OTHERS = 4, /**<The type of other */
} media_content_type_e;
/**
@@ -63,10 +63,10 @@ typedef enum {
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*/
typedef enum {
- MEDIA_CONTENT_STORAGE_INTERNAL = 0, /**< The device's internal storage */
- MEDIA_CONTENT_STORAGE_EXTERNAL = 1, /**< The device's external storage like sd card*/
+ MEDIA_CONTENT_STORAGE_INTERNAL = 0, /**< The device's internal storage */
+ MEDIA_CONTENT_STORAGE_EXTERNAL = 1, /**< The device's external storage like sd card*/
MEDIA_CONTENT_STORAGE_EXTERNAL_USB = 2, /**< The external USB storage (Since 2.4) */
- MEDIA_CONTENT_STORAGE_CLOUD = 100, /**< The Cloud storage (Since 2.4) */
+ MEDIA_CONTENT_STORAGE_CLOUD = 100, /**< The Cloud storage (Since 2.4) */
} media_content_storage_e;
/**
@@ -75,8 +75,8 @@ typedef enum {
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*/
typedef enum {
- MEDIA_ITEM_FILE = 0, /**< File type, an item updated to DB */
- MEDIA_ITEM_DIRECTORY = 1, /**< Directory type, an item updated to DB */
+ MEDIA_ITEM_FILE = 0, /**< File type, an item updated to DB */
+ MEDIA_ITEM_DIRECTORY = 1, /**< Directory type, an item updated to DB */
} media_content_db_update_item_type_e;
/**
@@ -85,9 +85,9 @@ typedef enum {
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*/
typedef enum {
- MEDIA_CONTENT_INSERT = 0, /**< Insert, the type of DB update */
- MEDIA_CONTENT_DELETE = 1, /**< Delete, The type of DB update */
- MEDIA_CONTENT_UPDATE = 2, /**< Update, The type of DB update */
+ MEDIA_CONTENT_INSERT = 0, /**< Insert, the type of DB update */
+ MEDIA_CONTENT_DELETE = 1, /**< Delete, The type of DB update */
+ MEDIA_CONTENT_UPDATE = 2, /**< Update, The type of DB update */
} media_content_db_update_type_e;
/**
diff --git a/include/media_tag.h b/include/media_tag.h
index 59fc3c4..7d0e9be 100755
--- a/include/media_tag.h
+++ b/include/media_tag.h
@@ -149,7 +149,7 @@ int media_tag_get_tag_count_from_db(filter_h filter, int *tag_count);
* @see #media_tag_cb
* @see media_filter_create()
*/
-int media_tag_foreach_tag_from_db (filter_h filter, media_tag_cb callback, void *user_data);
+int media_tag_foreach_tag_from_db(filter_h filter, media_tag_cb callback, void *user_data);
/**
* @brief Gets the number of media files for the passed @a filter in the given @a tag from the media database.
@@ -172,7 +172,7 @@ int media_tag_foreach_tag_from_db (filter_h filter, media_tag_cb callback, void
*
* @see media_content_connect()
*/
-int media_tag_get_media_count_from_db (int tag_id, filter_h filter, int *media_count);
+int media_tag_get_media_count_from_db(int tag_id, filter_h filter, int *media_count);
/**
* @brief Iterates through media items for a given tag from the media database.