Removed exception E_ERROR_DEVICE_FAILED
authorsrinivasa.mr <srinivasa.mr@samsung.com>
Wed, 26 Jun 2013 06:03:31 +0000 (15:03 +0900)
committersrinivasa.mr <srinivasa.mr@samsung.com>
Wed, 26 Jun 2013 06:13:55 +0000 (15:13 +0900)
Change-Id: I89a505042065f37e94940c19620abaea4a655b9e
Signed-off-by: srinivasa.mr <srinivasa.mr@samsung.com>
inc/FMediaIPlayerEventListener.h
inc/FMediaPlayer.h

index e3c64c0..a974916 100644 (file)
@@ -78,7 +78,6 @@ public:
        *       @exception      E_RIGHT_NO_LICENSE                              The content has no license.
        *       @exception      E_RIGHT_FUTURE_USE                              The content right is for future use.
        *       @exception      E_DISPLAY_RIGHT_VIOLATED                                The display right is not valid for the specific output device. @b Since: @b 2.1
-       *       @exception      E_ERROR_DEVICE_FAILED
        *       @see            Player::OpenFile()
        *       @see            Player::OpenUrl()
        *       @see            Player::OpenBuffer()
index c514c73..2b1c5a5 100755 (executable)
@@ -356,8 +356,8 @@ public:
        * @exception    E_RIGHT_NO_LICENSE                              The content has no license.
        * @exception    E_RIGHT_FUTURE_USE                              The content right is for future use.
        * @exception    E_DISPLAY_RIGHT_VIOLATED                                The display right is not valid for the specific output device. @b Since: @b 2.1
-       * @see                          Close()
        * @remarks              This method returns E_IVALID_STATE when the device runs out of sytem resources.
+       * @see                  Close()
        */
        result OpenFile(const Tizen::Base::String& mediaLocalPath, bool isAsync = false);
 
@@ -413,8 +413,8 @@ public:
        * @exception    E_RIGHT_NO_LICENSE                              The content has no license.
        * @exception    E_RIGHT_FUTURE_USE                              The content right is for future use.
        * @exception    E_DISPLAY_RIGHT_VIOLATED                                The display right is not valid for the specific output device. @b Since: @b 2.1
-       * @see                          Close()
        * @remarks              This method returns E_IVALID_STATE when the device runs out of system resources.
+       * @see                  Close()
        */
        result OpenBuffer(const Tizen::Base::ByteBuffer& mediaBuffer, bool isAsync = false);