summaryrefslogtreecommitdiff
path: root/src/include/mm_player_priv.h
diff options
context:
space:
mode:
authorYounghwan Ahn <younghwan_.an@samsung.com>2012-08-24 22:08:48 +0900
committerYounghwan Ahn <younghwan_.an@samsung.com>2012-08-24 22:08:48 +0900
commit992b195c05b81e75757e540a753df786a1137ad1 (patch)
treea70088f8d705911738ca025891adb0e1d6c0fdb3 /src/include/mm_player_priv.h
parentc715d0760e6f378009d65ec1650af05ec33f2194 (diff)
downloadlibmm-player-992b195c05b81e75757e540a753df786a1137ad1.tar.gz
libmm-player-992b195c05b81e75757e540a753df786a1137ad1.tar.bz2
libmm-player-992b195c05b81e75757e540a753df786a1137ad1.zip
2.0 beta init
Diffstat (limited to 'src/include/mm_player_priv.h')
-rwxr-xr-xsrc/include/mm_player_priv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/mm_player_priv.h b/src/include/mm_player_priv.h
index 7c25352..499aee9 100755
--- a/src/include/mm_player_priv.h
+++ b/src/include/mm_player_priv.h
@@ -403,6 +403,8 @@ typedef struct {
gint section_repeat_start;
gint section_repeat_end;
+ gchar *album_art;
+
int cmd;
/* command lock */
@@ -524,6 +526,9 @@ typedef struct {
/* duration */
gint64 duration;
+ /* data size of http streaming */
+ guint64 http_content_size;
+
/* last error */
gchar last_error_msg[1024]; /* FIXIT : should it be dynamic ? */