Release 4.0.0-preview1-00161
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.MediaPlayer / Interop / Interop.Player.cs
index 494b084..d95e8d5 100644 (file)
@@ -75,9 +75,6 @@ internal static partial class Interop
         [DllImport(Libraries.Player, EntryPoint = "player_set_uri")]
         internal static extern PlayerErrorCode SetUri(IntPtr player, string uri);
 
-        [DllImport(Libraries.Player, EntryPoint = "player_set_display")]
-        internal static extern PlayerErrorCode SetDisplay(IntPtr player, PlayerDisplayType type, IntPtr display);
-
         [DllImport(Libraries.Player, EntryPoint = "player_start")]
         internal static extern PlayerErrorCode Start(IntPtr player);