Add METADATA_360_STITCHED type in __extract_meta
[platform/core/api/metadata-extractor.git] / include / metadata_extractor_type.h
old mode 100755 (executable)
new mode 100644 (file)
index 78a0b69..5566e5f
@@ -34,7 +34,7 @@ extern "C" {
 
 /**
 * @brief Definition for Metadata extractor Error Class.
-* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+* @since_tizen 2.3
 *
 */
 #define METADATA_EXTRACTOR_ERROR_CLASS                         TIZEN_ERROR_METADATA_EXTRACTOR
@@ -42,7 +42,7 @@ extern "C" {
 /**
  * @ingroup CAPI_METADATA_EXTRACTOR_MODULE
  * @brief Enumeration for metadata extractor error.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        METADATA_EXTRACTOR_ERROR_NONE = TIZEN_ERROR_NONE,         /**< Successful */
@@ -57,7 +57,7 @@ typedef enum {
 /**
  * @ingroup CAPI_METADATA_EXTRACTOR_MODULE
  * @brief Enumeration for attribute.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum {
        METADATA_DURATION       = 0,                    /**< Duration */
@@ -94,13 +94,14 @@ typedef enum {
        METADATA_ROTATE,                                        /**< Rotate(Orientation) Information */
        METADATA_VIDEO_CODEC,                   /**< Video Codec (Since 3.0) */
        METADATA_AUDIO_CODEC,                   /**< Audio Codec (Since 3.0) */
-       METADATA_360,                                                   /**< Flag indicating if the video is a spherical video (Since 3.0) */
+       METADATA_360,                                   /**< Flag indicating if the video is a spherical video (Since 3.0) */
+       METADATA_360_STITCHED,                  /**< Stitched type. (0:None, 1:Non-stitched, 2:stitched) (Since 9.0) */
 } metadata_extractor_attr_e;
 
 /**
  * @ingroup CAPI_METADATA_EXTRACTOR_MODULE
  * @brief The metadata extractor handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef struct metadata_extractor_s *metadata_extractor_h;