When playing videos in web engine, web engine make area of video
transparent and notify multi-media player to play video in another
layer.
In order to make this feature work in DALi/NUI, A property
VIDEO_HOLE_ENABLED is added to enable/disable video hole.
Default value is true.
Change-Id: I52da7db4599debc0fc8a29d85975d9d81c058f71
return (int)Dali::Toolkit::WebView::Property::TITLE;
}
+SWIGEXPORT int SWIGSTDCALL CSharp_Dali_WebView_Property_VIDEO_HOLE_ENABLED_get() {
+ return (int) Dali::Toolkit::WebView::Property::VIDEO_HOLE_ENABLED;
+}
+
//@DEPRECATED_2_0.9.
SWIGEXPORT int SWIGSTDCALL CSharp_Dali_WebView_Property_CACHE_MODEL_get() {
return 0;