[NUI] Binding VideoView::New with swCodec parameter (#1155)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.VideoView.cs
index 88c39a6..ff017e2 100755 (executable)
@@ -35,6 +35,12 @@ namespace Tizen.NUI
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VideoView_New__SWIG_1")]
             public static extern global::System.IntPtr VideoView_New__SWIG_1(string jarg1);
 
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VideoView_New__SWIG_2")]
+            public static extern global::System.IntPtr VideoView_New__SWIG_2(bool swCodec);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VideoView_New__SWIG_3")]
+            public static extern global::System.IntPtr VideoView_New__SWIG_3(string jarg1, bool swCodec);
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_VideoView__SWIG_0")]
             public static extern global::System.IntPtr new_VideoView__SWIG_0();