Release 4.0.0-preview1-00161
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.MediaPlayer / Interop / Interop.Display.cs
index 3572b6a..6c4acc4 100644 (file)
@@ -42,5 +42,13 @@ internal static partial class Interop
 
         [DllImport(Libraries.Player, EntryPoint = "player_set_display_roi_area")]
         internal static extern PlayerErrorCode SetRoi(IntPtr player, int x, int y, int width, int height);
+
+        [DllImport(Libraries.Player, EntryPoint = "player_set_display")]
+        internal static extern PlayerErrorCode SetDisplay(IntPtr player, PlayerDisplayType type, IntPtr display);
+
+        [DllImport(Libraries.Player, EntryPoint = "player_set_ecore_wl_display")]
+        internal static extern PlayerErrorCode SetEcoreDisplay(IntPtr player, PlayerDisplayType type, IntPtr
+              ecoreWindow, int x = 0, int y = 0, int width = 1920, int height = 1080);
+
     }
 }