X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fdevel-api%2Fadaptor-framework%2Fvideo-player-plugin.h;h=10a6d5db70ed8879eea97356a34d70c5b73a1b28;hb=43893f66684004fcf65121b542b25d398d5f1837;hp=4bbcc0424b583149dcba60510d9aa0253be8ae86;hpb=94289b1d97210dc63e36ec4ad4826ed048923602;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/devel-api/adaptor-framework/video-player-plugin.h b/adaptors/devel-api/adaptor-framework/video-player-plugin.h index 4bbcc04..10a6d5d 100644 --- a/adaptors/devel-api/adaptor-framework/video-player-plugin.h +++ b/adaptors/devel-api/adaptor-framework/video-player-plugin.h @@ -211,6 +211,12 @@ public: */ virtual void Backward( int millisecond ) = 0; + /** + * @brief Checks whether the video texture is supported + * @return True if supported, otherwise false. + */ + virtual bool IsVideoTextureSupported() = 0; + }; } // namespace Dali;