[0.2.99] add play position msg type
[platform/core/multimedia/libmm-common.git] / include / mm_message.h
index adc5bc0..b0d7b57 100644 (file)
@@ -80,6 +80,7 @@ enum MMMessageType {
        MM_MESSAGE_DRM_FUTURE_USE,                      /**< License for future use */
        MM_MESSAGE_VIDEO_BIN_CREATED,           /**< Video bin is created */
        MM_MESSAGE_GAPLESS_CONSTRUCTION,                /**< pipeline is under the construction for gapless */
+       MM_MESSAGE_PLAY_POSITION,                       /**< Play position */
 
        /* CAMCORDER */
        MM_MESSAGE_CAMCORDER_STATE_CHANGED = 0x200,     /**< State changed.*/
@@ -316,9 +317,9 @@ typedef struct {
 
                } consumed_mediabuffer;
 
-       /**
       * Video frame capture
       */
+/**
+ * Video frame capture
+ */
                struct {
                        unsigned int width;                                     /* width of captured image */
                        unsigned int height;                                    /* height of captured image */