Remove pinyin converter
[platform/core/multimedia/libmedia-service.git] / src / include / common / media-svc-util.h
index efa3ef2..f2b1ed7 100755 (executable)
@@ -78,13 +78,6 @@ typedef struct {
        int             orientation;                    /**< orientation*/
        int             rating;                         /**< user defined rating */
        int             bitpersample;           /**< bitrate*/
-
-       char            *title_pinyin;                                  /**< pinyin for title*/
-       char            *album_pinyin;                          /**< pinyin for album*/
-       char            *artist_pinyin;                                 /**< pinyin for artist*/
-       char            *album_artist_pinyin;                   /**< pinyin for album_artist*/
-       char            *genre_pinyin;                                  /**< pinyin for genre*/
-       char            *composer_pinyin;                               /**< pinyin for composer*/
        int             is_360;
 } media_svc_content_meta_s;
 
@@ -95,7 +88,6 @@ typedef struct {
        char            *media_uuid;                                    /**< Unique ID of item */
        char            *path;                                          /**< Full path of media file */
        char            *file_name;                                     /**< File name of media file. Display name */
-       char            *file_name_pinyin;                              /**< File name pinyin of media file. Display name */
        int             media_type;                                     /**< Type of media file : internal/external */
        char            *mime_type;                                     /**< Full path and file name of media file */
        unsigned long long      size;                                                   /**< size */
@@ -138,8 +130,6 @@ int _media_svc_extract_media_metadata(sqlite3 *handle, bool is_direct, media_svc
 int _media_svc_extract_book_metadata(media_svc_content_info_s *content_info);
 void _media_svc_destroy_content_info(media_svc_content_info_s *content_info);
 int _media_svc_create_thumbnail(const char *path, char *thumb_path, media_svc_media_type_e media_type, uid_t uid);
-int _media_svc_get_pinyin_str(const char *src_str, char **pinyin_str);
-bool _media_svc_check_pinyin_support(void);
 int _media_svc_extract_music_metadata_for_update(media_svc_content_info_s *content_info, const char *path);
 int _media_svc_get_media_type(const char *path, int *mediatype);
 bool _media_svc_is_valid_storage_type(ms_user_storage_type_e storage_type);