/**
* @ingroup CAPI_MEDIA_CONTENT_MODULE
* @brief Enumeration for the media file format.
+ * @details The content type is determined based on the mime type. \n
+ * This type can also be used in the condition of the media filter.
* @since_tizen 2.3
* @remarks Since 4.0, #MEDIA_CONTENT_TYPE_OTHERS is related to the following feature:\n
* %http://tizen.org/feature/content.scanning.others\n
/**
* @brief Gets the count of media files for the passed @a filter in the given @a folder_id from the media database.
+ * @details This function gets count of media files associated with the given folder and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] folder_id The ID of the media folder
*/
/**
- * @brief Gets the number of the album for the passed @a filter from the media database.
+ * @brief Gets the count of the album for the passed @a filter from the media database.
+ * @details This function gets the count of the album associated with the given filter option. \n
+ * If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] filter The handle to the media filter
int media_album_foreach_album_from_db(filter_h filter, media_album_cb callback, void *user_data);
/**
- * @brief Gets the number of media info for the given album present in the media database.
+ * @brief Gets the count of the media for the passed @a filter in the given @a album_id from the media database.
+ * @details This function gets the count of the media associated with the given @a album_id and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] album_id The ID of the media album
*/
/**
- * @brief Gets the number of the group for the passed @a filter from the media database.
+ * @brief Gets the count of the given group for the passed @a filter from the media database.
+ * @details This function gets the count of the group associated with the given group and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] filter The handle to the media filter
/**
* @brief Gets the count of the media info for the given media group present in the media database.
+ * @details This function gets the count of the group associated with the given @a group and
+ * meeting desired @a filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] group_name The name of the media group
/**
* @ingroup CAPI_MEDIA_CONTENT_MODULE
* @brief Enumeration for the media file format.
+ * @details The content type is determined based on the mime type. \n
+ * This type can also be used in the condition of the media filter.
* @since_tizen 2.3
* @remarks Since 4.0, #MEDIA_CONTENT_TYPE_OTHERS is related to the following feature:\n
* %http://tizen.org/feature/content.scanning.others\n
/**
* @brief Gets the count of media files for the passed @a filter in the given @a folder_id from the media database.
+ * @details This function gets count of media files associated with the given folder and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] folder_id The ID of the media folder
*/
/**
- * @brief Gets the number of the album for the passed @a filter from the media database.
+ * @brief Gets the count of the album for the passed @a filter from the media database.
+ * @details This function gets the count of the album associated with the given filter option. \n
+ * If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] filter The handle to the media filter
int media_album_foreach_album_from_db(filter_h filter, media_album_cb callback, void *user_data);
/**
- * @brief Gets the number of media info for the given album present in the media database.
+ * @brief Gets the count of the media for the passed @a filter in the given @a album_id from the media database.
+ * @details This function gets the count of the media associated with the given @a album_id and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] album_id The ID of the media album
*/
/**
- * @brief Gets the number of the group for the passed @a filter from the media database.
+ * @brief Gets the count of the given group for the passed @a filter from the media database.
+ * @details This function gets the count of the group associated with the given group and
+ * meeting desired filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] filter The handle to the media filter
/**
* @brief Gets the count of the media info for the given media group present in the media database.
+ * @details This function gets the count of the group associated with the given @a group and
+ * meeting desired @a filter option. If @c NULL is passed to the @a filter, no filtering is applied.
* @since_tizen 2.3
*
* @param[in] group_name The name of the media group