Doxygen update (merge reviewed header)
authorJungYumin <y_m.jung@samsung.com>
Tue, 26 Mar 2013 00:38:09 +0000 (09:38 +0900)
committerJungYumin <y_m.jung@samsung.com>
Tue, 26 Mar 2013 00:38:09 +0000 (09:38 +0900)
Change-Id: I01a383e95104947fdfea79f14d231be81f3889ef
Signed-off-by: JungYumin <y_m.jung@samsung.com>
inc/FMediaVideoFrameExtractor.h

index 206b0fe..e623627 100644 (file)
@@ -139,11 +139,11 @@ public:
        long GetDuration(void) const;
 
        /**
-        * Extract video frame at the specified position.
+        * Extracts video frame at the specified position.
         *
         * @since               2.0
         *
-        * @return     A pointer to the ImageBuffer containing extracted video frame.
+        * @return     A pointer to ImageBuffer containing the extracted video frame
         * @param[in]  timestamp             The timestamp of video frame to extract
         * @exception  E_SUCCESS             The method is successful.
         * @exception  E_OUT_OF_RANGE        The specified @c timestamp is out of range.
@@ -158,11 +158,11 @@ public:
        ImageBuffer* GetFrameN(long timestamp);
 
        /**
-        * Extract video thumbnail from the specified position.
+        * Extracts video thumbnail from the specified position.
         *
         * @since               2.0
         *
-        * @return     A pointer to the ImageBuffer containing the extracted video frame.
+        * @return     A pointer to ImageBuffer containing the extracted video frame
         * @param[in]  path                  The video file path
         * @param[in]  timestamp             The timestamp of video frame that want to extract
         * @param[in]  pixelFormat           The pixel format of output image data.
@@ -180,11 +180,11 @@ public:
        static ImageBuffer* GetFrameN(const Tizen::Base::String& path, MediaPixelFormat pixelFormat, long timestamp);
 
        /**
-       * Gets the current recording rotation of video data. @n
+       * Gets the current recording rotation of the video data.
        *
        * @since 2.1
        *
-       * @return Recording rotation information of the current video data.
+       * @return The recording rotation information of the current video data
        */
        RecordingRotation GetRecordingRotation(void) const;