X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fvideo-player-impl.cpp;h=0807e2a76434af8a828df04bf9ddf77f4abb6c0d;hb=43893f66684004fcf65121b542b25d398d5f1837;hp=50e3e6b5c6067529bc25ef2f0c923f79a84ea736;hpb=94289b1d97210dc63e36ec4ad4826ed048923602;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/common/video-player-impl.cpp b/adaptors/common/video-player-impl.cpp index 50e3e6b..0807e2a 100644 --- a/adaptors/common/video-player-impl.cpp +++ b/adaptors/common/video-player-impl.cpp @@ -289,6 +289,16 @@ void VideoPlayer::Backward( int millisecond ) } } +bool VideoPlayer::IsVideoTextureSupported() +{ + if( mPlugin != NULL ) + { + return mPlugin->IsVideoTextureSupported(); + } + + return false; +} + } // namespace Adaptor; } // namespace Internal; } // namespace Dali;