Add the RESUMABLE_MEDIA interrupt case
authorEonseokLee <eonseok.lee@samsung.com>
Wed, 29 May 2013 05:37:52 +0000 (14:37 +0900)
committerEonseokLee <eonseok.lee@samsung.com>
Wed, 29 May 2013 05:37:52 +0000 (14:37 +0900)
Change-Id: I1f288ceda68e953ed716fb563436190a9a56907f
Signed-off-by: EonseokLee <eonseok.lee@samsung.com>
src/FMedia_PlayerImpl.cpp

index ea8f9a4..ff8a260 100644 (file)
@@ -1586,6 +1586,8 @@ _PlayerImpl::PlayerInterruptedCallBack(player_interrupted_code_e code, void *pUs
                //Intentional fall through
        case PLAYER_INTERRUPTED_BY_ALARM:
                //Interrupted by alarm
+       case PLAYER_INTERRUPTED_BY_RESUMABLE_MEDIA:
+               //Interrupted by resumable media
                pPlyarImpl->HandlePlayerInterrupted();
                break;
        default: