Add the remark on OnVideoFrameDecoded()
authorEonseokLee <eonseok.lee@samsung.com>
Fri, 31 May 2013 07:10:00 +0000 (16:10 +0900)
committerEonseokLee <eonseok.lee@samsung.com>
Fri, 31 May 2013 07:10:00 +0000 (16:10 +0900)
Change-Id: I7a45da7b97602ce1624cb034d948f701f1f28734
Signed-off-by: EonseokLee <eonseok.lee@samsung.com>
inc/FMediaIPlayerVideoEventListener.h

index 4ee7645..ad9b8fd 100644 (file)
@@ -69,9 +69,12 @@ public:
        *       @exception       E_SUCCESS                                                      The method is successful.
        *       @exception       E_SYSTEM                                                       A system error has occurred.
        *       @exception       E_INVALID_DATA                     The video frame has invalid blocks.
-       *       @remarks        The lifecycle of @c pBuffer is valid inside this method.
+       *       @remarks
+       *                                       - The lifecycle of @c pBuffer is valid inside this method.
+       *                                       - When rendering the video frame with %Player::Play() method, the rendering performs worse than using Player instance constructed with Tizen::Graphics::BufferInfo.
+       *
        *       @see            Player::Play()
-       *       @see            Player::PlayAndPause()
+       *       @see            Player::Pause()
        *       @see            Player::SeekTo()
        */
        virtual void OnVideoFrameDecoded(Tizen::Media::Player& src, Tizen::Graphics::BitmapPixelFormat bitmapPixelFormat, const Tizen::Graphics::Dimension& dim, const byte* pBuffer, int sizeOfBuffer, result r) = 0;