[v0.3.21] convert /opt/usr/media path to make it accessable
[platform/core/api/player.git] / include / player_private.h
index 151b89c..b97357a 100644 (file)
@@ -50,7 +50,7 @@ extern "C" {
 #define CREATE_CB_TIME_OUT 400 /* ms */
 #define CALLBACK_TIME_OUT 5000 /* ms */
 #define MAX_SERVER_TIME_OUT 35000 /* ms */
-
+#define MAX_URL_LEN    2048    /**< Maximum length of the maximum URL */
 
 typedef struct _ret_msg_s {
        gint api;
@@ -142,6 +142,7 @@ typedef struct _player_cli_s {
 
 int client_get_api_timeout(player_cli_s * pc, muse_player_api_e api);
 int client_wait_for_cb_return(muse_player_api_e api, callback_cb_info_s * cb_info, char **ret_buf, int time_out);
+void _player_replace_old_path(const char *in_path, char *out_path);
 
 #ifdef __cplusplus
 }