Interface IWindowProvider
+ Interface IWindowProvider
Definition
- - Namespace:
- Tizen.Multimedia
- - Assembly:
- Tizen.Multimedia.dll
+
+ - Assembly:
- Tizen.dll
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
@@ -102,10 +102,10 @@ Definition
Properties
- View Source
+ View Source
-
- Height
+
+ Height
Gets the height of the window.
@@ -133,10 +133,10 @@ Property Value
- View Source
+ View Source
-
- Rotation
+
+ Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
@@ -164,10 +164,10 @@ Property Value
- View Source
+ View Source
-
- Width
+
+ Width
Gets the width of the window.
@@ -195,10 +195,10 @@ Property Value
- View Source
+ View Source
-
- WindowHandle
+
+ WindowHandle
Gets the window handle
@@ -221,7 +221,7 @@ Property Value
- Remarks
+ Remarks
This handle represents Ecore_Wl2_Window on native.
@@ -229,10 +229,10 @@ Remarks
- View Source
+ View Source
-
- X
+
+ X
Gets the x-coordinate of the window's position.
@@ -260,10 +260,10 @@ Property Value
- View Source
+ View Source
-
- Y
+
+ Y
Gets the y-coordinate of the window's position.
@@ -320,7 +320,7 @@ Extension Methods
diff --git a/API12/api/Tizen.Common.html b/API12/api/Tizen.Common.html
index 9f7c7e87b8e..ee6fb54d429 100644
--- a/API12/api/Tizen.Common.html
+++ b/API12/api/Tizen.Common.html
@@ -95,6 +95,11 @@
Structs
Color
Structure that represents a color as RGBA.
+
+ Interfaces
+
+ IWindowProvider
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
diff --git a/API12/api/Tizen.Multimedia.Display.html b/API12/api/Tizen.Multimedia.Display.html
index bfb0845512f..f20746cc6f3 100644
--- a/API12/api/Tizen.Multimedia.Display.html
+++ b/API12/api/Tizen.Multimedia.Display.html
@@ -114,7 +114,7 @@ Definition
Constructors
- View Source
+ View Source
Display(Window)
@@ -154,11 +154,11 @@ See Also
- View Source
+ View Source
- Display(IWindowProvider, bool)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider, bool)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -176,9 +176,9 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
@@ -189,11 +189,11 @@ Parameters
- Remarks
+ Remarks
UI sync is only for Player and
DisplaySettings will not work in UI sync mode.
- See Also
+ See Also
- View Source
+ View Source
- Display(IWindowProvider)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -226,14 +226,14 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
- See Also
+ See Also
- View Source
+ View Source
Display(MediaView)
@@ -284,7 +284,7 @@ See
- View Source
+ View Source
Display(Window, bool)
@@ -336,7 +336,7 @@
- View Source
+ View Source
Display(Window)
@@ -415,7 +415,7 @@ See Also
diff --git a/API12/api/Tizen.Multimedia.html b/API12/api/Tizen.Multimedia.html
index da452ed179d..48775e74341 100644
--- a/API12/api/Tizen.Multimedia.html
+++ b/API12/api/Tizen.Multimedia.html
@@ -503,9 +503,6 @@
IMediaBuffer
IPreviewPlane
Provides interface for various preview plane types.
-
- IWindowProvider
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
Enums
diff --git a/API12/api/Tizen.NUI.Window.html b/API12/api/Tizen.NUI.Window.html
index fbf89ca1fee..9452494bfb8 100644
--- a/API12/api/Tizen.NUI.Window.html
+++ b/API12/api/Tizen.NUI.Window.html
@@ -95,7 +95,7 @@ Definition
- public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
@@ -120,6 +120,7 @@ Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/API12/api/toc.html b/API12/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/API12/api/toc.html
+++ b/API12/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/commits b/commits
index aa2b9054b3b..0d37984ccdd 100644
--- a/commits
+++ b/commits
@@ -6,4 +6,4 @@ API8:12d4bef1f643d8ecc59266cb767507fb6a3e3743
API9:4e7cc1ec405dcd2e99365b7ec2b08533c360dcf4
API10:6b28d05c0977520a5287d5b88bb6bd2c4af60018
API11:fc5946d7c688babfadab1410f7de79b9f72f67cb
-API12:9b36d30d5cf8b9d011a2cc66523570c9afbde414
+API12:d9b4f92c88eb73c7fa3afc93d85c55dc5d60cc19
diff --git a/devel/api/Tizen.Multimedia.IWindowProvider.html b/devel/api/Tizen.Common.IWindowProvider.html
similarity index 82%
rename from devel/api/Tizen.Multimedia.IWindowProvider.html
rename to devel/api/Tizen.Common.IWindowProvider.html
index f329e57e363..e17de24db50 100644
--- a/devel/api/Tizen.Multimedia.IWindowProvider.html
+++ b/devel/api/Tizen.Common.IWindowProvider.html
@@ -79,17 +79,17 @@
-
+
- Interface IWindowProvider
+ Interface IWindowProvider
Definition
- - Namespace:
- Tizen.Multimedia
- - Assembly:
- Tizen.Multimedia.dll
+
+ - Assembly:
- Tizen.dll
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
@@ -102,10 +102,10 @@ Definition
Properties
- View Source
+ View Source
-
- Height
+
+ Height
Gets the height of the window.
@@ -133,10 +133,10 @@ Property Value
- View Source
+ View Source
-
- Rotation
+
+ Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
@@ -164,10 +164,10 @@ Property Value
- View Source
+ View Source
-
- Width
+
+ Width
Gets the width of the window.
@@ -195,10 +195,10 @@ Property Value
- View Source
+ View Source
-
- WindowHandle
+
+ WindowHandle
Gets the window handle
@@ -221,7 +221,7 @@ Property Value
- Remarks
+ Remarks
This handle represents Ecore_Wl2_Window on native.
@@ -229,10 +229,10 @@ Remarks
- View Source
+ View Source
-
- X
+
+ X
Gets the x-coordinate of the window's position.
@@ -260,10 +260,10 @@ Property Value
- View Source
+ View Source
-
- Y
+
+ Y
Gets the y-coordinate of the window's position.
@@ -320,7 +320,7 @@ Extension Methods
diff --git a/devel/api/Tizen.Common.html b/devel/api/Tizen.Common.html
index 9f7c7e87b8e..ee6fb54d429 100644
--- a/devel/api/Tizen.Common.html
+++ b/devel/api/Tizen.Common.html
@@ -95,6 +95,11 @@
Structs
Color
Structure that represents a color as RGBA.
+
+ Interfaces
+
+ IWindowProvider
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
diff --git a/devel/api/Tizen.Multimedia.Display.html b/devel/api/Tizen.Multimedia.Display.html
index bfb0845512f..f20746cc6f3 100644
--- a/devel/api/Tizen.Multimedia.Display.html
+++ b/devel/api/Tizen.Multimedia.Display.html
@@ -114,7 +114,7 @@ Definition
Constructors
- View Source
+ View Source
Display(Window)
@@ -154,11 +154,11 @@ See Also
- View Source
+ View Source
- Display(IWindowProvider, bool)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider, bool)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -176,9 +176,9 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
@@ -189,11 +189,11 @@ Parameters
- Remarks
+ Remarks
UI sync is only for Player and
DisplaySettings will not work in UI sync mode.
- See Also
+ See Also
- View Source
+ View Source
- Display(IWindowProvider)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -226,14 +226,14 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
- See Also
+ See Also
- View Source
+ View Source
Display(MediaView)
@@ -284,7 +284,7 @@ See
- View Source
+ View Source
Display(Window, bool)
@@ -336,7 +336,7 @@
- View Source
+ View Source
Display(Window)
@@ -415,7 +415,7 @@ See Also
diff --git a/devel/api/Tizen.Multimedia.html b/devel/api/Tizen.Multimedia.html
index da452ed179d..48775e74341 100644
--- a/devel/api/Tizen.Multimedia.html
+++ b/devel/api/Tizen.Multimedia.html
@@ -503,9 +503,6 @@
IMediaBuffer
IPreviewPlane
Provides interface for various preview plane types.
-
- IWindowProvider
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
Enums
diff --git a/devel/api/Tizen.NUI.Window.html b/devel/api/Tizen.NUI.Window.html
index fbf89ca1fee..9452494bfb8 100644
--- a/devel/api/Tizen.NUI.Window.html
+++ b/devel/api/Tizen.NUI.Window.html
@@ -95,7 +95,7 @@ Definition
- public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
@@ -120,6 +120,7 @@ Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/devel/api/toc.html b/devel/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/devel/api/toc.html
+++ b/devel/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/index.json b/index.json
index ed6865cbeff..a9f285b945b 100644
--- a/index.json
+++ b/index.json
@@ -22112,7 +22112,7 @@
"API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html": {
"href": "API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html",
"title": "Delegate CollectionSynchronizationCallback",
- "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.XamlBuild.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
+ "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API11/api/Tizen.NUI.Binding.ColorTypeConverter.html": {
"href": "API11/api/Tizen.NUI.Binding.ColorTypeConverter.html",
@@ -22232,7 +22232,7 @@
"API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html",
"title": "Enum SetValueFlags",
- "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.XamlBuild.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
+ "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
},
"API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html",
@@ -32957,7 +32957,12 @@
"API12/api/Tizen.Common.html": {
"href": "API12/api/Tizen.Common.html",
"title": "Namespace Tizen.Common",
- "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA."
+ "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA. Interfaces IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, etc."
+ },
+ "API12/api/Tizen.Common.IWindowProvider.html": {
+ "href": "API12/api/Tizen.Common.IWindowProvider.html",
+ "title": "Interface IWindowProvider",
+ "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Common Assembly: Tizen.dll The IWindowProvider interface provides the window handle and information about the window's position, size, etc. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API12/api/Tizen.Content.Download.CacheManager.html": {
"href": "API12/api/Tizen.Content.Download.CacheManager.html",
@@ -34602,7 +34607,7 @@
"API12/api/Tizen.Multimedia.Display.html": {
"href": "API12/api/Tizen.Multimedia.Display.html",
"title": "Class Display",
- "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
+ "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
},
"API12/api/Tizen.Multimedia.DoublePlane.html": {
"href": "API12/api/Tizen.Multimedia.DoublePlane.html",
@@ -34667,7 +34672,7 @@
"API12/api/Tizen.Multimedia.html": {
"href": "API12/api/Tizen.Multimedia.html",
"title": "Namespace Tizen.Multimedia",
- "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
+ "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
},
"API12/api/Tizen.Multimedia.IMediaBuffer.html": {
"href": "API12/api/Tizen.Multimedia.IMediaBuffer.html",
@@ -34679,11 +34684,6 @@
"title": "Interface IPreviewPlane",
"keywords": "Interface IPreviewPlane Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.Camera.dll Provides interface for various preview plane types. public interface IPreviewPlane Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
- "API12/api/Tizen.Multimedia.IWindowProvider.html": {
- "href": "API12/api/Tizen.Multimedia.IWindowProvider.html",
- "title": "Interface IWindowProvider",
- "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
- },
"API12/api/Tizen.Multimedia.Location.html": {
"href": "API12/api/Tizen.Multimedia.Location.html",
"title": "Class Location",
@@ -42972,7 +42972,7 @@
"API12/api/Tizen.NUI.Window.html": {
"href": "API12/api/Tizen.NUI.Window.html",
"title": "Class Window",
- "keywords": "Class Window Definition Namespace: Tizen.NUI Assembly: Tizen.NUI.dll The window class is used internally for drawing. The window has an orientation and indicator properties. public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable Inheritance object BindableObject Element BaseHandle Window Implements IDynamicResourceHandler INameScope System.IDisposable Constructors View Source Window(string, IBorderInterface, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, IBorderInterface borderInterface, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. IBorderInterface borderInterface IBorderInterfaceIf borderInterface is null, defaultBorder is enabled. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, WindowData) Creates a new Window with a specific name using WindowData. This creates an extra window in addition to the default main window Declaration public Window(string name, WindowData windowData) Parameters Type Name Description string name The name for extra window. WindowData windowData The window data View Source Window(Rectangle, bool) Creates a new Window. This creates an extra window in addition to the default main window Declaration public Window(Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. Properties View Source BackgroundColor The background color property. Declaration public Color BackgroundColor { get; set; } Property Value Type Description Color View Source Default Gets the default window. The main window or default window is automatically created when the application is launched, and it remains constant and unchanged throughout the application's operation. Declaration public static Window Default { get; } Property Value Type Description Window View Source DispatchHoverMotion Gets or sets the status of whether motion event of Hover can be dispatched. If a Window's DispatchHoverMotion is set to false, then it's can not will receive motion event of HoverEvent. Declaration public bool DispatchHoverMotion { get; set; } Property Value Type Description bool View Source DispatchTouchMotion Gets or sets the status of whether motion event of Touch can be dispatched. If a Window's DispatchTouchMotion is set to false, then it's can not will receive motion event of TouchEvent. Declaration public bool DispatchTouchMotion { get; set; } Property Value Type Description bool View Source Dpi The DPI property (read-only). Retrieves the DPI of the display device to which the Window is connected. Declaration public Vector2 Dpi { get; } Property Value Type Description Vector2 View Source Instance The stage instance property (read-only). Gets the current window. Declaration public static Window Instance { get; } Property Value Type Description Window View Source IsAlwaysOnTop Gets or sets a value indicating whether the window is alwats on top of other windows or not. Its behavior is effective among windows with the same notification level. Declaration public bool IsAlwaysOnTop { get; set; } Property Value Type Description bool View Source IsBorderEnabled Whether the border is enabled. Declaration public bool IsBorderEnabled { get; } Property Value Type Description bool View Source IsModal Gets or sets a value indicating whether the window is modal or not. The modal property of a window requires that it be set to a parent window. The window modal function operates on the specified parent window. Declaration public bool IsModal { get; set; } Property Value Type Description bool View Source LayerCount The layer count property (read-only). Queries the number of on-Window layers. Declaration public uint LayerCount { get; } Property Value Type Description uint View Source NativeHandle Get Native Window handle. How to get Native Window handle Window window = NUIApplication.GetDefaultWindow(); var handle = window.NativeHandle; if(handle.IsInvalid == false) { IntPtr nativeHandle = handle.DangerousGetHandle(); // do something with nativeHandle } Declaration public SafeHandle NativeHandle { get; } Property Value Type Description SafeHandle View Source PartialUpdate Gets or sets whether the window will update partial area or full area. If this value is true, window will update and render partial area. If false, full area updated. Declaration public bool PartialUpdate { get; set; } Property Value Type Description bool View Source RenderingBehavior The rendering behavior of a Window. Declaration public RenderingBehaviorType RenderingBehavior { get; set; } Property Value Type Description RenderingBehaviorType View Source Size The window size property (read-only). Declaration public Size2D Size { get; } Property Value Type Description Size2D View Source Title Gets/Sets a window title. Declaration public string Title { get; set; } Property Value Type Description string View Source Type Gets or sets a window type. Most of window type can be set to use WindowType, except for IME type. IME type can be set to use one of NUIApplication's constrcutors. Declaration public WindowType Type { get; set; } Property Value Type Description WindowType View Source WindowPosition Gets or sets a position of the window. Declaration public Position2D WindowPosition { get; set; } Property Value Type Description Position2D View Source WindowPositionSize Sets position and size of the window. This API guarantees that both moving and resizing of window will appear on the screen at once. Declaration public Rectangle WindowPositionSize { get; set; } Property Value Type Description Rectangle View Source WindowPositionSizeWithBorder Gets position and size of the border window Declaration public Rectangle WindowPositionSizeWithBorder { get; } Property Value Type Description Rectangle The total window size including the border area in the default window. View Source WindowSize Gets or sets a size of the window. Declaration public Size2D WindowSize { get; set; } Property Value Type Description Size2D View Source WindowSizeWithBorder Gets size of the border window Declaration public Size2D WindowSizeWithBorder { get; } Property Value Type Description Size2D The total window size including the border area in the default window. Methods View Source Activate() Activates the window to the top of the window stack even it is iconified. Declaration public void Activate() View Source Add(View) Add a child view to window. Declaration public void Add(View view) Parameters Type Name Description View view the child should be added to the window. View Source AddAuxiliaryHint(string, string) Creates an auxiliary hint of the window. Declaration public uint AddAuxiliaryHint(string hint, string value) Parameters Type Name Description string hint The auxiliary hint string. string value The value string. Returns Type Description uint The ID of created auxiliary hint, or 0 on failure. View Source AddAvailableOrientation(WindowOrientation) Adds an orientation to the list of available orientations. Declaration public void AddAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to add View Source AddFramePresentedCallback(FrameCallbackType, int) Adds a callback that is called when the frame is displayed on the display. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFramePresentedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameRenderedCallback(FrameCallbackType, int) Adds a callback that is called when the frame rendering is done by the graphics driver. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFrameRenderedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface, View) Add FrameUpdateCallback with root view. FrameUpdateCallbackInterface can only detach Views under given view. Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback, View rootView) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View rootView Remarks We can give rootView as null if we want to make frameUpdateCallback don't have any dependency with some view. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface) Add FrameUpdateCallback Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source AddLayer(Layer) Adds a layer to the stage. Declaration public void AddLayer(Layer layer) Parameters Type Name Description Layer layer Layer to add. View Source CursorVisibleSet(bool) Sets visibility on/off of cursor Declaration public void CursorVisibleSet(bool visible) Parameters Type Name Description bool visible The visibility of cursor. View Source Destroy() Destroy the window immediately. Declaration public void Destroy() View Source Dispose(DisposeTypes) Dispose for Window Declaration protected override void Dispose(DisposeTypes type) Parameters Type Name Description DisposeTypes type Overrides BaseHandle.Dispose(DisposeTypes) View Source EnableFloatingMode(bool) Enables the floating mode of window. The floating mode is to support window is moved or resized by display server. For example, if the video-player window sets the floating mode, then display server changes its geometry and handles it like a popup. The way of handling floating mode window is decided by display server. A special display server(as a Tizen display server) supports this mode. Declaration public void EnableFloatingMode(bool enable) Parameters Type Name Description bool enable Enable floating mode or not. View Source ExcludeInputRegion(Rectangle) This function excludes input regions. It can be used multiple times and supports multiple regions. It means input region will be reduced. Nofice, should be set input area by IncludeInputRegion() before this function is used. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void ExcludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The excluded region to except input events. View Source FeedKey(Key) Feeds a key event into the window. Declaration public void FeedKey(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FeedKeyEvent(Key) Feed a key-event into the window. Declaration public static void FeedKeyEvent(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FindLayerByID(uint) Search through this Window for a Layer with the given unique ID. Declaration public Layer FindLayerByID(uint id) Parameters Type Name Description uint id The ID of the Layer to find. Returns Type Description Layer A handle to the Layer if found, or an empty handle if not. Remarks Hidden-API View Source Get(View) A helper method to get the current window where the view is added Declaration public static Window Get(View view) Parameters Type Name Description View view The View added to the window Returns Type Description Window A Window. View Source GetAuxiliaryHintId(string) Gets an ID of the auxiliary hint string. Declaration public uint GetAuxiliaryHintId(string hint) Parameters Type Name Description string hint The auxiliary hint string. Returns Type Description uint The ID of auxiliary hint string, or 0 on failure. View Source GetAuxiliaryHintValue(uint) Gets a value of the auxiliary hint. Declaration public string GetAuxiliaryHintValue(uint id) Parameters Type Name Description uint id The auxiliary hint ID. Returns Type Description string The string value of the auxiliary hint ID, or an empty string if none exists. View Source GetBrightness() Gets the preferred brightness of the window. Declaration public int GetBrightness() Returns Type Description int The preferred brightness. View Source GetCurrentOrientation() Gets current orientation of the window. Declaration public Window.WindowOrientation GetCurrentOrientation() Returns Type Description Window.WindowOrientation The current window orientation if previously set, or none. View Source GetDefaultLayer() Gets the default ( root ) layer. Declaration public Layer GetDefaultLayer() Returns Type Description Layer The root layer. View Source GetDirection(float, float) Calculates which direction to resize or to move. Declaration public Window.BorderDirection GetDirection(float xPosition, float yPosition) Parameters Type Name Description float xPosition The X position. float yPosition The Y position. Returns Type Description Window.BorderDirection The BorderDirection View Source GetFullScreen() Gets whether the full screen sized window or not. Declaration public bool GetFullScreen() Returns Type Description bool Returns true if the full screen sized window is. View Source GetKeyboardHorizentalRepeatInfo(out float, out float) Gets the keyboard repeat information of horizontal way. Declaration public bool GetKeyboardHorizentalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardRepeatInfo(out float, out float) Gets the keyboard repeat information. Declaration public bool GetKeyboardRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardVerticalRepeatInfo(out float, out float) Gets the keyboard repeat information of vertical way. Declaration public bool GetKeyboardVerticalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetLastHoverEvent() Gets the last hover event the window gets. Declaration public Hover GetLastHoverEvent() Returns Type Description Hover The last hover event the window gets. Remarks We will use weak reference of last hover events. Return value will be invalidated if last hover event changed internally. View Source GetLastKeyEvent() Gets the last key event the window gets. Declaration public Key GetLastKeyEvent() Returns Type Description Key The last key event the window gets. Remarks We will use weak reference of last key events. Return value will be invalidated if last key event changed internally. View Source GetLastPanGestureState() Gets the last pan gesture state the window gets. Declaration public Gesture.StateType GetLastPanGestureState() Returns Type Description Gesture.StateType The last pan gesture state the window gets. View Source GetLastTouchEvent() Gets the last touch event the window gets. Declaration public Touch GetLastTouchEvent() Returns Type Description Touch The last touch event the window gets. Remarks We will use weak reference of last touch events. Return value will be invalidated if last touch event changed internally. View Source GetLayer(uint) Retrieves the layer at a specified depth. Declaration public Layer GetLayer(uint depth) Parameters Type Name Description uint depth The layer's depth index. Returns Type Description Layer The layer found at the given depth. View Source GetNativeId() Get native window ID Declaration public int GetNativeId() Returns Type Description int native window ID View Source GetNotificationLevel() Gets a priority level for the specified notification window. Declaration public NotificationLevel GetNotificationLevel() Returns Type Description NotificationLevel The notification window level. View Source GetOverlayLayer() Gets the overlay layer. Declaration public Layer GetOverlayLayer() Returns Type Description Layer The overlay layer. View Source GetParent() Gets parent window of the window. Declaration public Window GetParent() Returns Type Description Window The parent window of the window. View Source GetPreferredOrientation() Gets the preferred orientation. Declaration public Window.WindowOrientation GetPreferredOrientation() Returns Type Description Window.WindowOrientation The preferred orientation if previously set, or none. View Source GetRenderTaskList() Declaration public RenderTaskList GetRenderTaskList() Returns Type Description RenderTaskList View Source GetScreenOffMode() Gets the screen mode of the window. Declaration public ScreenOffMode GetScreenOffMode() Returns Type Description ScreenOffMode The screen off mode. View Source GetSupportedAuxiliaryHint(uint) Gets the supported auxiliary hint string of the window. Declaration public string GetSupportedAuxiliaryHint(uint index) Parameters Type Name Description uint index The index of the supported auxiliary hint lists. Returns Type Description string The auxiliary hint string of the index. View Source GetSupportedAuxiliaryHintCount() Gets the count of supported auxiliary hints of the window. Declaration public uint GetSupportedAuxiliaryHintCount() Returns Type Description uint The number of supported auxiliary hints. View Source GrabKey(int, KeyGrabMode) Grabs the key specified by a key for a window in a GrabMode. Details: This function can be used for following example scenarios: TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app. Mobile - When a user presses the Home key, the homescreen appears regardless of the current foreground app. Mobile - Using the volume up or down as zoom up or down in camera apps. Declaration public bool GrabKey(int DaliKey, Window.KeyGrabMode GrabMode) Parameters Type Name Description int DaliKey The key code to grab. Window.KeyGrabMode GrabMode The grab mode for the key. Returns Type Description bool True if the grab succeeds. View Source GrabKeyTopmost(int) Grabs the key specified by a key for a window only when a window is the topmost window. This function can be used for following example scenarios: Mobile - Using volume up or down as zoom up or down in camera apps. Declaration public bool GrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to grab. Returns Type Description bool True if the grab succeeds. View Source Hide() Hides the window if it is showing. Declaration public void Hide() View Source IncludeInputRegion(Rectangle) Includes input region. This function inlcudes input regions. It can be used multiple times and supports multiple regions. It means input region will be extended. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void IncludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The included region to accept input events. View Source IsFloatingModeEnabled() Returns whether the window is floating mode or not. Declaration public bool IsFloatingModeEnabled() Returns Type Description bool True if the window is enabled floating mode, false otherwise. View Source IsFocusAcceptable() Returns whether the window accepts a focus or not. Declaration public bool IsFocusAcceptable() Returns Type Description bool True if the window accepts a focus, false otherwise. View Source IsMaximized() Returns whether the window is maximized or not. Declaration public bool IsMaximized() Returns Type Description bool True if the window is maximized, false otherwise. View Source IsMinimized() Returns whether the window is minimized or not. Declaration public bool IsMinimized() Returns Type Description bool True if the window is minimized, false otherwise. View Source IsOpaqueState() Returns whether a transparent window's visual state is opaque or not. Declaration public bool IsOpaqueState() Returns Type Description bool True if the window's visual state is opaque, false otherwise. Remarks The return value has no meaning on an opaque window. View Source IsVisible() Retrieves whether the window is visible or not. Declaration public bool IsVisible() Returns Type Description bool True if the window is visible. View Source IsWindowRotating() Query whether window is rotating or not. Declaration public bool IsWindowRotating() Returns Type Description bool True if window is rotating, false otherwise. View Source KeepRendering(float) Keep rendering for at least the given amount of time. Declaration public void KeepRendering(float durationSeconds) Parameters Type Name Description float durationSeconds Time to keep rendering, 0 means render at least one more frame. View Source KeyboardGrab(DeviceSubClassType) Requests grab key events according to the requested device subtype Declaration public bool KeyboardGrab(DeviceSubClassType deviceSubclass) Parameters Type Name Description DeviceSubClassType deviceSubclass The deviceSubclass type. Returns Type Description bool True if KeyboardGrab succeeds. View Source KeyboardUnGrab() Requests ungrab key events Declaration public bool KeyboardUnGrab() Returns Type Description bool True if KeyboardUnGrab succeeds. View Source LazyFeedHover(uint) Feeds a hover event into the window. This is feed after a default time of 48 ms. You can also set this time. Declaration public void LazyFeedHover(uint time = null) Parameters Type Name Description uint time The time of how much later it will be feed (default is 48ms) Remarks If you want to do FeedHover after the UI is updated, it is recommended to set the time to at least 16ms. This will be a good time waiting for the UI to update. and LazyFeedHover called within the set time are ignored. Only the last request becomes a FeedHover. View Source LockedPointerCursorPositionHintSet(int, int) Sets the locked pointer cursor position hintset Declaration public void LockedPointerCursorPositionHintSet(int x, int y) Parameters Type Name Description int x The x position. int y The y position. View Source LockedPointerRegionSet(int, int, int, int) Sets the locked pointer region. Declaration public void LockedPointerRegionSet(int x, int y, int width, int height) Parameters Type Name Description int x The x position. int y The y position. int width The width. int height The height. View Source Lower() Lowers the window to the bottom of the window stack. Declaration public void Lower() View Source Maximize(bool) Maximizes window's size. If this function is called with true, window will be resized with screen size. Otherwise window will be resized with previous size. It is for the window's MAX button in window's border. If window border is supported by display server, it is not necessary. Declaration public void Maximize(bool max) Parameters Type Name Description bool max If window is maximized or unmaximized. View Source Minimize(bool) Minimizes window's size. If this function is called with true, window will be iconified. Otherwise window will be activated. It is for the window's MIN button in window border. If window border is supported by display server, it is not necessary. Declaration public void Minimize(bool min) Parameters Type Name Description bool min If window is minimized or unminimized. View Source ObjectDump() Declaration public void ObjectDump() View Source PointerConstraintsLock() Sets the pointer constraints lock. Declaration public bool PointerConstraintsLock() Returns Type Description bool True if PointerConstraintsLock succeeds. View Source PointerConstraintsUnlock() Sets the pointer constraints unlock. Declaration public bool PointerConstraintsUnlock() Returns Type Description bool True if PointerConstraintsUnlock succeeds. View Source PointerWarp(int, int) Sets the pointer warp. The pointer moves to the set coordinates. Declaration public bool PointerWarp(int x, int y) Parameters Type Name Description int x The x position. int y The y position. Returns Type Description bool True if PointerWarp succeeds. View Source Raise() Raises the window to the top of the window stack. Declaration public void Raise() View Source ReleaseSwigCPtr(HandleRef) Declaration protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr) Parameters Type Name Description Tizen.System.Runtime.InteropServices.HandleRef swigCPtr Overrides BaseHandle.ReleaseSwigCPtr(Runtime.InteropServices.HandleRef) View Source Remove(View) Remove a child view from window. Declaration public void Remove(View view) Parameters Type Name Description View view the child to be removed. View Source RemoveAuxiliaryHint(uint) Removes an auxiliary hint of the window. Declaration public bool RemoveAuxiliaryHint(uint id) Parameters Type Name Description uint id The ID of the auxiliary hint. Returns Type Description bool True if no error occurred, false otherwise. View Source RemoveAvailableOrientation(WindowOrientation) Removes an orientation from the list of available orientations. Declaration public void RemoveAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to remove. View Source RemoveFrameUpdateCallback(FrameUpdateCallbackInterface) Remove FrameUpdateCallback Declaration public void RemoveFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source RemoveLayer(Layer) Removes a layer from the stage. Declaration public void RemoveLayer(Layer layer) Parameters Type Name Description Layer layer Layer to remove. View Source RenderOnce() Allows at least one more render, even when paused. The window should be shown, not minimised. Declaration public void RenderOnce() View Source RequestMoveToServer() Requests to display server for the window is moved by display server. It can be work with setting window floating mode. Declaration public void RequestMoveToServer() View Source RequestResizeToServer(ResizeDirection) Requests to display server for the window is resized by display server. It can be work with setting window floating mode. Declaration public void RequestResizeToServer(Window.ResizeDirection direction) Parameters Type Name Description Window.ResizeDirection direction It is indicated the window's side or edge for starting point. View Source SendRotationCompletedAcknowledgement() send the Acknowledgement to complete window rotation. For this function, SetNeedsRotationCompletedAcknowledgement should be already called with true. Declaration public void SendRotationCompletedAcknowledgement() View Source SetAcceptFocus(bool) Sets whether the window accepts a focus or not. Declaration public void SetAcceptFocus(bool accept) Parameters Type Name Description bool accept If a focus is accepted or not. The default is true. View Source SetAuxiliaryHintValue(uint, string) Changes a value of the auxiliary hint. Declaration public bool SetAuxiliaryHintValue(uint id, string value) Parameters Type Name Description uint id The auxiliary hint ID. string value The value string to be set. Returns Type Description bool True if no error occurred, false otherwise. View Source SetAvailableOrientations(List) Sets available orientations of the window. This API is for setting several orientations one time. Declaration public void SetAvailableOrientations(List orientations) Parameters Type Name Description List<> orientations The list of orientations. View Source SetBrightness(int) Sets preferred brightness of the window. Declaration public bool SetBrightness(int brightness) Parameters Type Name Description int brightness The preferred brightness (0 to 100). Returns Type Description bool True if no error occurred, false otherwise. View Source SetClass(string, string) Sets the window name and the class string. Declaration public void SetClass(string name, string klass) Parameters Type Name Description string name The name of the window. string klass The class of the window. View Source SetFullScreen(bool) Sets to resize window with full screen. If full screen size is set for the window, window will be resized with full screen. In addition, the full screen sized window's z-order is the highest. Declaration public void SetFullScreen(bool fullscreen) Parameters Type Name Description bool fullscreen If fullscreen is true, set fullscreen or unset. View Source SetInputRegion(Rectangle) Sets a region to accept input events. Declaration public void SetInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The region to accept input events. View Source SetKeyboardHorizentalRepeatInfo(float, float) Sets the keyboard repeat information of horizontal way. Declaration public bool SetKeyboardHorizentalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardRepeatInfo(float, float) Sets the keyboard repeat information. Declaration public bool SetKeyboardRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardVerticalRepeatInfo(float, float) Sets the keyboard repeat information of vertical way. Declaration public bool SetKeyboardVerticalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetLayout(uint, uint, uint, uint, uint, uint) Sets the layout of the window. Declaration public void SetLayout(uint numCols, uint numRows, uint column, uint row, uint colSpan, uint rowSpan) Parameters Type Name Description uint numCols The number of columns in the layout. uint numRows The number of rows in the layout. uint column The column number of the window within the layout. uint row The row number of the window within the layout. uint colSpan The number of columns the window should span within the layout. uint rowSpan The number of rows the window should span within the layout. View Source SetLayout(WindowLayoutType) Sets the layout of the window. Declaration public void SetLayout(WindowLayoutType layoutType) Parameters Type Name Description WindowLayoutType layoutType The type of layout to set for the window. View Source SetMaximumSize(Size2D) Sets window's maximum size. It is to set the maximized size when window is maximized or the window's size is increased by RequestResizeToServer(). Although the size is set by this function, window's size can be increased over the limitation by SetPositionSize() or SetSize(). After setting, if Maximize() is called, window is resized with the setting size and move the center. Declaration public void SetMaximumSize(Size2D size) Parameters Type Name Description Size2D size the maximum size. View Source SetMimimumSize(Size2D) Sets window's minimum size. It is to set the minimum size when window's size is decreased by RequestResizeToServer(). Although the size is set by this function, window's size can be decreased over the limitation by SetPositionSize() or SetSize(). Declaration public void SetMimimumSize(Size2D size) Parameters Type Name Description Size2D size the minimum size. View Source SetNeedsRotationCompletedAcknowledgement(bool) Sets the necessary for window rotation Acknowledgement. After this function called, SendRotationCompletedAcknowledgement() should be called to complete window rotation. This function is supprot that application has the window rotation acknowledgement's control. It means display server waits when application's rotation work is finished. It is useful application has the other rendering engine which works asynchronous. For instance, GlView. Declaration public void SetNeedsRotationCompletedAcknowledgement(bool needAcknowledgement) Parameters Type Name Description bool needAcknowledgement the flag is true if window rotation acknowledge is sent. View Source SetNotificationLevel(NotificationLevel) Sets a priority level for the specified notification window. Declaration public bool SetNotificationLevel(NotificationLevel level) Parameters Type Name Description NotificationLevel level The notification window level. Returns Type Description bool True if no error occurred, false otherwise. View Source SetOpaqueState(bool) Sets a transparent window's visual state to opaque. If a visual state of a transparent window is opaque, then the window manager could handle it as an opaque window when calculating visibility. Declaration public void SetOpaqueState(bool opaque) Parameters Type Name Description bool opaque Whether the window's visual state is opaque. Remarks This will have no effect on an opaque window. It doesn't change transparent window to opaque window but lets the window manager know the visual state of the window. View Source SetParent(Window, bool) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. This function has the additional flag whether the child is located above or below of the parent. Declaration public void SetParent(Window parent, bool belowParent) Parameters Type Name Description Window parent The parent window. bool belowParent The flag is whether the child is located above or below of the parent. View Source SetParent(Window) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. Initially, the window is located on top of the parent. The window can go below parent by calling Lower(). If parent's window stack is changed by calling Raise() or Lower(), child windows are located on top of the parent again. Declaration public void SetParent(Window parent) Parameters Type Name Description Window parent The parent window. View Source SetPreferredOrientation(WindowOrientation) Sets a preferred orientation. Declaration public void SetPreferredOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The preferred orientation. View Source SetScreenOffMode(ScreenOffMode) Sets a window's screen off mode. Declaration public bool SetScreenOffMode(ScreenOffMode screenOffMode) Parameters Type Name Description ScreenOffMode screenOffMode The screen mode. Returns Type Description bool True if no error occurred, false otherwise. View Source SetTransparency(bool) Sets whether the window is transparent or not. Declaration public void SetTransparency(bool transparent) Parameters Type Name Description bool transparent Whether the window is transparent or not. View Source Show() Shows the window if it is hidden. Declaration public void Show() View Source UngrabKey(int) Ungrabs the key specified by a key for a window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKey(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source UngrabKeyTopmost(int) Ungrabs the key specified by a key for the window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source Unparent() Unsets parent window of the window. After unsetting, the window is disconnected his parent window. Declaration public void Unparent() View Source VisibiltyChangedSignalEmit(bool) VisibiltyChangedSignalEmit Declaration public void VisibiltyChangedSignalEmit(bool visibility) Parameters Type Name Description bool visibility Events View Source AccessibilityHighlight Emits the event when the window needs to grab or clear highlight. Declaration public event EventHandler AccessibilityHighlight Event Type Type Description EventHandler<> View Source AuxiliaryMessage Auxiliary message is sent by displayer server when window's auxiliary was changed then display server sent the message. When client application added the window's auxiliary hint and if the auxiliary is changed, display server send the auxiliary message. Auxiliary message has the key, value and options. Declaration public event EventHandler AuxiliaryMessage Event Type Type Description EventHandler<> View Source FocusChanged FocusChanged event. Declaration public event EventHandler FocusChanged Event Type Type Description EventHandler<> View Source HoverEvent An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user. The hovered signal is emitted when the hover input is received. Declaration public event EventHandler HoverEvent Event Type Type Description EventHandler<> View Source InsetsChanged Emits the event when the window insets changes by status bar, virtual keyboard, or clipboard appears and disappears. Declaration public event EventHandler InsetsChanged Event Type Type Description EventHandler<> View Source InterceptKeyEvent Intercepts KeyEvents in the window before dispatching KeyEvents to the child. If it returns true(consumed), no KeyEvent is delivered to the child. Declaration public event ReturnTypeEventHandler
The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
+The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
Definition
Properties
- View Source
+ View Source
-
- Height
+
+ Height
Gets the height of the window.
@@ -133,10 +133,10 @@ Property Value
- View Source
+ View Source
-
- Rotation
+
+ Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
@@ -164,10 +164,10 @@ Property Value
- View Source
+ View Source
-
- Width
+
+ Width
Gets the width of the window.
@@ -195,10 +195,10 @@ Property Value
- View Source
+ View Source
-
- WindowHandle
+
+ WindowHandle
Gets the window handle
@@ -221,7 +221,7 @@ Property Value
- Remarks
+ Remarks
This handle represents Ecore_Wl2_Window on native.
@@ -229,10 +229,10 @@ Remarks
- View Source
+ View Source
-
- X
+
+ X
Gets the x-coordinate of the window's position.
@@ -260,10 +260,10 @@ Property Value
- View Source
+ View Source
-
- Y
+
+ Y
Gets the y-coordinate of the window's position.
@@ -320,7 +320,7 @@ Extension Methods
diff --git a/API12/api/Tizen.Common.html b/API12/api/Tizen.Common.html
index 9f7c7e87b8e..ee6fb54d429 100644
--- a/API12/api/Tizen.Common.html
+++ b/API12/api/Tizen.Common.html
@@ -95,6 +95,11 @@
Structs
Color
Structure that represents a color as RGBA.
+
+ Interfaces
+
+ IWindowProvider
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
Gets the height of the window.
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
Gets the width of the window.
Gets the window handle
This handle represents Ecore_Wl2_Window on native.
Gets the x-coordinate of the window's position.
Gets the y-coordinate of the window's position.
Structure that represents a color as RGBA.
+The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
Constructors
- View Source + View SourceDisplay(Window)
@@ -154,11 +154,11 @@See Also
- View Source + View Source -Display(IWindowProvider, bool)
-Initializes a new instance of the Display class with an IWindowProvider interface.
+Display(IWindowProvider, bool)
+Initializes a new instance of the Display class with an
Declaration
@@ -176,9 +176,9 @@Parameters
An IWindowProvider object that provides a handle to a window.
+An
Parameters
Remarks
+Remarks
UI sync is only for Player and DisplaySettings will not work in UI sync mode.
See Also
+See Also
- View Source + View Source -Display(IWindowProvider)
-Initializes a new instance of the Display class with an IWindowProvider interface.
+Display(IWindowProvider)
+Initializes a new instance of the Display class with an
Declaration
@@ -226,14 +226,14 @@Parameters
An IWindowProvider object that provides a handle to a window.
+An
See Also
+See Also
- View Source + View SourceDisplay(MediaView)
@@ -284,7 +284,7 @@See
- View Source
+ View Source
Display(Window, bool)
@@ -336,7 +336,7 @@
Display(Window)
@@ -415,7 +415,7 @@See Also
IMediaBuffer
IPreviewPlane
Provides interface for various preview plane types.
-
- IWindowProvider
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
Enums
diff --git a/API12/api/Tizen.NUI.Window.html b/API12/api/Tizen.NUI.Window.html
index fbf89ca1fee..9452494bfb8 100644
--- a/API12/api/Tizen.NUI.Window.html
+++ b/API12/api/Tizen.NUI.Window.html
@@ -95,7 +95,7 @@ Definition
- public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
@@ -120,6 +120,7 @@ Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/API12/api/toc.html b/API12/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/API12/api/toc.html
+++ b/API12/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/commits b/commits
index aa2b9054b3b..0d37984ccdd 100644
--- a/commits
+++ b/commits
@@ -6,4 +6,4 @@ API8:12d4bef1f643d8ecc59266cb767507fb6a3e3743
API9:4e7cc1ec405dcd2e99365b7ec2b08533c360dcf4
API10:6b28d05c0977520a5287d5b88bb6bd2c4af60018
API11:fc5946d7c688babfadab1410f7de79b9f72f67cb
-API12:9b36d30d5cf8b9d011a2cc66523570c9afbde414
+API12:d9b4f92c88eb73c7fa3afc93d85c55dc5d60cc19
diff --git a/devel/api/Tizen.Multimedia.IWindowProvider.html b/devel/api/Tizen.Common.IWindowProvider.html
similarity index 82%
rename from devel/api/Tizen.Multimedia.IWindowProvider.html
rename to devel/api/Tizen.Common.IWindowProvider.html
index f329e57e363..e17de24db50 100644
--- a/devel/api/Tizen.Multimedia.IWindowProvider.html
+++ b/devel/api/Tizen.Common.IWindowProvider.html
@@ -79,17 +79,17 @@
-
+
- Interface IWindowProvider
+ Interface IWindowProvider
Definition
- - Namespace:
- Tizen.Multimedia
- - Assembly:
- Tizen.Multimedia.dll
+
+ - Assembly:
- Tizen.dll
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
@@ -102,10 +102,10 @@ Definition
Properties
- View Source
+ View Source
-
- Height
+
+ Height
Gets the height of the window.
@@ -133,10 +133,10 @@ Property Value
- View Source
+ View Source
-
- Rotation
+
+ Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
@@ -164,10 +164,10 @@ Property Value
- View Source
+ View Source
-
- Width
+
+ Width
Gets the width of the window.
@@ -195,10 +195,10 @@ Property Value
- View Source
+ View Source
-
- WindowHandle
+
+ WindowHandle
Gets the window handle
@@ -221,7 +221,7 @@ Property Value
- Remarks
+ Remarks
This handle represents Ecore_Wl2_Window on native.
@@ -229,10 +229,10 @@ Remarks
- View Source
+ View Source
-
- X
+
+ X
Gets the x-coordinate of the window's position.
@@ -260,10 +260,10 @@ Property Value
- View Source
+ View Source
-
- Y
+
+ Y
Gets the y-coordinate of the window's position.
@@ -320,7 +320,7 @@ Extension Methods
diff --git a/devel/api/Tizen.Common.html b/devel/api/Tizen.Common.html
index 9f7c7e87b8e..ee6fb54d429 100644
--- a/devel/api/Tizen.Common.html
+++ b/devel/api/Tizen.Common.html
@@ -95,6 +95,11 @@
Structs
Color
Structure that represents a color as RGBA.
+
+ Interfaces
+
+ IWindowProvider
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
diff --git a/devel/api/Tizen.Multimedia.Display.html b/devel/api/Tizen.Multimedia.Display.html
index bfb0845512f..f20746cc6f3 100644
--- a/devel/api/Tizen.Multimedia.Display.html
+++ b/devel/api/Tizen.Multimedia.Display.html
@@ -114,7 +114,7 @@ Definition
Constructors
- View Source
+ View Source
Display(Window)
@@ -154,11 +154,11 @@ See Also
- View Source
+ View Source
- Display(IWindowProvider, bool)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider, bool)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -176,9 +176,9 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
@@ -189,11 +189,11 @@ Parameters
- Remarks
+ Remarks
UI sync is only for Player and
DisplaySettings will not work in UI sync mode.
- See Also
+ See Also
- View Source
+ View Source
- Display(IWindowProvider)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -226,14 +226,14 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
- See Also
+ See Also
- View Source
+ View Source
Display(MediaView)
@@ -284,7 +284,7 @@ See
- View Source
+ View Source
Display(Window, bool)
@@ -336,7 +336,7 @@
- View Source
+ View Source
Display(Window)
@@ -415,7 +415,7 @@ See Also
diff --git a/devel/api/Tizen.Multimedia.html b/devel/api/Tizen.Multimedia.html
index da452ed179d..48775e74341 100644
--- a/devel/api/Tizen.Multimedia.html
+++ b/devel/api/Tizen.Multimedia.html
@@ -503,9 +503,6 @@
IMediaBuffer
IPreviewPlane
Provides interface for various preview plane types.
-
- IWindowProvider
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
Enums
diff --git a/devel/api/Tizen.NUI.Window.html b/devel/api/Tizen.NUI.Window.html
index fbf89ca1fee..9452494bfb8 100644
--- a/devel/api/Tizen.NUI.Window.html
+++ b/devel/api/Tizen.NUI.Window.html
@@ -95,7 +95,7 @@ Definition
- public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
@@ -120,6 +120,7 @@ Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/devel/api/toc.html b/devel/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/devel/api/toc.html
+++ b/devel/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/index.json b/index.json
index ed6865cbeff..a9f285b945b 100644
--- a/index.json
+++ b/index.json
@@ -22112,7 +22112,7 @@
"API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html": {
"href": "API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html",
"title": "Delegate CollectionSynchronizationCallback",
- "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.XamlBuild.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
+ "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API11/api/Tizen.NUI.Binding.ColorTypeConverter.html": {
"href": "API11/api/Tizen.NUI.Binding.ColorTypeConverter.html",
@@ -22232,7 +22232,7 @@
"API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html",
"title": "Enum SetValueFlags",
- "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.XamlBuild.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
+ "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
},
"API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html",
@@ -32957,7 +32957,12 @@
"API12/api/Tizen.Common.html": {
"href": "API12/api/Tizen.Common.html",
"title": "Namespace Tizen.Common",
- "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA."
+ "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA. Interfaces IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, etc."
+ },
+ "API12/api/Tizen.Common.IWindowProvider.html": {
+ "href": "API12/api/Tizen.Common.IWindowProvider.html",
+ "title": "Interface IWindowProvider",
+ "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Common Assembly: Tizen.dll The IWindowProvider interface provides the window handle and information about the window's position, size, etc. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API12/api/Tizen.Content.Download.CacheManager.html": {
"href": "API12/api/Tizen.Content.Download.CacheManager.html",
@@ -34602,7 +34607,7 @@
"API12/api/Tizen.Multimedia.Display.html": {
"href": "API12/api/Tizen.Multimedia.Display.html",
"title": "Class Display",
- "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
+ "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
},
"API12/api/Tizen.Multimedia.DoublePlane.html": {
"href": "API12/api/Tizen.Multimedia.DoublePlane.html",
@@ -34667,7 +34672,7 @@
"API12/api/Tizen.Multimedia.html": {
"href": "API12/api/Tizen.Multimedia.html",
"title": "Namespace Tizen.Multimedia",
- "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
+ "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
},
"API12/api/Tizen.Multimedia.IMediaBuffer.html": {
"href": "API12/api/Tizen.Multimedia.IMediaBuffer.html",
@@ -34679,11 +34684,6 @@
"title": "Interface IPreviewPlane",
"keywords": "Interface IPreviewPlane Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.Camera.dll Provides interface for various preview plane types. public interface IPreviewPlane Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
- "API12/api/Tizen.Multimedia.IWindowProvider.html": {
- "href": "API12/api/Tizen.Multimedia.IWindowProvider.html",
- "title": "Interface IWindowProvider",
- "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
- },
"API12/api/Tizen.Multimedia.Location.html": {
"href": "API12/api/Tizen.Multimedia.Location.html",
"title": "Class Location",
@@ -42972,7 +42972,7 @@
"API12/api/Tizen.NUI.Window.html": {
"href": "API12/api/Tizen.NUI.Window.html",
"title": "Class Window",
- "keywords": "Class Window Definition Namespace: Tizen.NUI Assembly: Tizen.NUI.dll The window class is used internally for drawing. The window has an orientation and indicator properties. public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable Inheritance object BindableObject Element BaseHandle Window Implements IDynamicResourceHandler INameScope System.IDisposable Constructors View Source Window(string, IBorderInterface, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, IBorderInterface borderInterface, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. IBorderInterface borderInterface IBorderInterfaceIf borderInterface is null, defaultBorder is enabled. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, WindowData) Creates a new Window with a specific name using WindowData. This creates an extra window in addition to the default main window Declaration public Window(string name, WindowData windowData) Parameters Type Name Description string name The name for extra window. WindowData windowData The window data View Source Window(Rectangle, bool) Creates a new Window. This creates an extra window in addition to the default main window Declaration public Window(Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. Properties View Source BackgroundColor The background color property. Declaration public Color BackgroundColor { get; set; } Property Value Type Description Color View Source Default Gets the default window. The main window or default window is automatically created when the application is launched, and it remains constant and unchanged throughout the application's operation. Declaration public static Window Default { get; } Property Value Type Description Window View Source DispatchHoverMotion Gets or sets the status of whether motion event of Hover can be dispatched. If a Window's DispatchHoverMotion is set to false, then it's can not will receive motion event of HoverEvent. Declaration public bool DispatchHoverMotion { get; set; } Property Value Type Description bool View Source DispatchTouchMotion Gets or sets the status of whether motion event of Touch can be dispatched. If a Window's DispatchTouchMotion is set to false, then it's can not will receive motion event of TouchEvent. Declaration public bool DispatchTouchMotion { get; set; } Property Value Type Description bool View Source Dpi The DPI property (read-only). Retrieves the DPI of the display device to which the Window is connected. Declaration public Vector2 Dpi { get; } Property Value Type Description Vector2 View Source Instance The stage instance property (read-only). Gets the current window. Declaration public static Window Instance { get; } Property Value Type Description Window View Source IsAlwaysOnTop Gets or sets a value indicating whether the window is alwats on top of other windows or not. Its behavior is effective among windows with the same notification level. Declaration public bool IsAlwaysOnTop { get; set; } Property Value Type Description bool View Source IsBorderEnabled Whether the border is enabled. Declaration public bool IsBorderEnabled { get; } Property Value Type Description bool View Source IsModal Gets or sets a value indicating whether the window is modal or not. The modal property of a window requires that it be set to a parent window. The window modal function operates on the specified parent window. Declaration public bool IsModal { get; set; } Property Value Type Description bool View Source LayerCount The layer count property (read-only). Queries the number of on-Window layers. Declaration public uint LayerCount { get; } Property Value Type Description uint View Source NativeHandle Get Native Window handle. How to get Native Window handle Window window = NUIApplication.GetDefaultWindow(); var handle = window.NativeHandle; if(handle.IsInvalid == false) { IntPtr nativeHandle = handle.DangerousGetHandle(); // do something with nativeHandle } Declaration public SafeHandle NativeHandle { get; } Property Value Type Description SafeHandle View Source PartialUpdate Gets or sets whether the window will update partial area or full area. If this value is true, window will update and render partial area. If false, full area updated. Declaration public bool PartialUpdate { get; set; } Property Value Type Description bool View Source RenderingBehavior The rendering behavior of a Window. Declaration public RenderingBehaviorType RenderingBehavior { get; set; } Property Value Type Description RenderingBehaviorType View Source Size The window size property (read-only). Declaration public Size2D Size { get; } Property Value Type Description Size2D View Source Title Gets/Sets a window title. Declaration public string Title { get; set; } Property Value Type Description string View Source Type Gets or sets a window type. Most of window type can be set to use WindowType, except for IME type. IME type can be set to use one of NUIApplication's constrcutors. Declaration public WindowType Type { get; set; } Property Value Type Description WindowType View Source WindowPosition Gets or sets a position of the window. Declaration public Position2D WindowPosition { get; set; } Property Value Type Description Position2D View Source WindowPositionSize Sets position and size of the window. This API guarantees that both moving and resizing of window will appear on the screen at once. Declaration public Rectangle WindowPositionSize { get; set; } Property Value Type Description Rectangle View Source WindowPositionSizeWithBorder Gets position and size of the border window Declaration public Rectangle WindowPositionSizeWithBorder { get; } Property Value Type Description Rectangle The total window size including the border area in the default window. View Source WindowSize Gets or sets a size of the window. Declaration public Size2D WindowSize { get; set; } Property Value Type Description Size2D View Source WindowSizeWithBorder Gets size of the border window Declaration public Size2D WindowSizeWithBorder { get; } Property Value Type Description Size2D The total window size including the border area in the default window. Methods View Source Activate() Activates the window to the top of the window stack even it is iconified. Declaration public void Activate() View Source Add(View) Add a child view to window. Declaration public void Add(View view) Parameters Type Name Description View view the child should be added to the window. View Source AddAuxiliaryHint(string, string) Creates an auxiliary hint of the window. Declaration public uint AddAuxiliaryHint(string hint, string value) Parameters Type Name Description string hint The auxiliary hint string. string value The value string. Returns Type Description uint The ID of created auxiliary hint, or 0 on failure. View Source AddAvailableOrientation(WindowOrientation) Adds an orientation to the list of available orientations. Declaration public void AddAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to add View Source AddFramePresentedCallback(FrameCallbackType, int) Adds a callback that is called when the frame is displayed on the display. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFramePresentedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameRenderedCallback(FrameCallbackType, int) Adds a callback that is called when the frame rendering is done by the graphics driver. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFrameRenderedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface, View) Add FrameUpdateCallback with root view. FrameUpdateCallbackInterface can only detach Views under given view. Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback, View rootView) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View rootView Remarks We can give rootView as null if we want to make frameUpdateCallback don't have any dependency with some view. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface) Add FrameUpdateCallback Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source AddLayer(Layer) Adds a layer to the stage. Declaration public void AddLayer(Layer layer) Parameters Type Name Description Layer layer Layer to add. View Source CursorVisibleSet(bool) Sets visibility on/off of cursor Declaration public void CursorVisibleSet(bool visible) Parameters Type Name Description bool visible The visibility of cursor. View Source Destroy() Destroy the window immediately. Declaration public void Destroy() View Source Dispose(DisposeTypes) Dispose for Window Declaration protected override void Dispose(DisposeTypes type) Parameters Type Name Description DisposeTypes type Overrides BaseHandle.Dispose(DisposeTypes) View Source EnableFloatingMode(bool) Enables the floating mode of window. The floating mode is to support window is moved or resized by display server. For example, if the video-player window sets the floating mode, then display server changes its geometry and handles it like a popup. The way of handling floating mode window is decided by display server. A special display server(as a Tizen display server) supports this mode. Declaration public void EnableFloatingMode(bool enable) Parameters Type Name Description bool enable Enable floating mode or not. View Source ExcludeInputRegion(Rectangle) This function excludes input regions. It can be used multiple times and supports multiple regions. It means input region will be reduced. Nofice, should be set input area by IncludeInputRegion() before this function is used. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void ExcludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The excluded region to except input events. View Source FeedKey(Key) Feeds a key event into the window. Declaration public void FeedKey(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FeedKeyEvent(Key) Feed a key-event into the window. Declaration public static void FeedKeyEvent(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FindLayerByID(uint) Search through this Window for a Layer with the given unique ID. Declaration public Layer FindLayerByID(uint id) Parameters Type Name Description uint id The ID of the Layer to find. Returns Type Description Layer A handle to the Layer if found, or an empty handle if not. Remarks Hidden-API View Source Get(View) A helper method to get the current window where the view is added Declaration public static Window Get(View view) Parameters Type Name Description View view The View added to the window Returns Type Description Window A Window. View Source GetAuxiliaryHintId(string) Gets an ID of the auxiliary hint string. Declaration public uint GetAuxiliaryHintId(string hint) Parameters Type Name Description string hint The auxiliary hint string. Returns Type Description uint The ID of auxiliary hint string, or 0 on failure. View Source GetAuxiliaryHintValue(uint) Gets a value of the auxiliary hint. Declaration public string GetAuxiliaryHintValue(uint id) Parameters Type Name Description uint id The auxiliary hint ID. Returns Type Description string The string value of the auxiliary hint ID, or an empty string if none exists. View Source GetBrightness() Gets the preferred brightness of the window. Declaration public int GetBrightness() Returns Type Description int The preferred brightness. View Source GetCurrentOrientation() Gets current orientation of the window. Declaration public Window.WindowOrientation GetCurrentOrientation() Returns Type Description Window.WindowOrientation The current window orientation if previously set, or none. View Source GetDefaultLayer() Gets the default ( root ) layer. Declaration public Layer GetDefaultLayer() Returns Type Description Layer The root layer. View Source GetDirection(float, float) Calculates which direction to resize or to move. Declaration public Window.BorderDirection GetDirection(float xPosition, float yPosition) Parameters Type Name Description float xPosition The X position. float yPosition The Y position. Returns Type Description Window.BorderDirection The BorderDirection View Source GetFullScreen() Gets whether the full screen sized window or not. Declaration public bool GetFullScreen() Returns Type Description bool Returns true if the full screen sized window is. View Source GetKeyboardHorizentalRepeatInfo(out float, out float) Gets the keyboard repeat information of horizontal way. Declaration public bool GetKeyboardHorizentalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardRepeatInfo(out float, out float) Gets the keyboard repeat information. Declaration public bool GetKeyboardRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardVerticalRepeatInfo(out float, out float) Gets the keyboard repeat information of vertical way. Declaration public bool GetKeyboardVerticalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetLastHoverEvent() Gets the last hover event the window gets. Declaration public Hover GetLastHoverEvent() Returns Type Description Hover The last hover event the window gets. Remarks We will use weak reference of last hover events. Return value will be invalidated if last hover event changed internally. View Source GetLastKeyEvent() Gets the last key event the window gets. Declaration public Key GetLastKeyEvent() Returns Type Description Key The last key event the window gets. Remarks We will use weak reference of last key events. Return value will be invalidated if last key event changed internally. View Source GetLastPanGestureState() Gets the last pan gesture state the window gets. Declaration public Gesture.StateType GetLastPanGestureState() Returns Type Description Gesture.StateType The last pan gesture state the window gets. View Source GetLastTouchEvent() Gets the last touch event the window gets. Declaration public Touch GetLastTouchEvent() Returns Type Description Touch The last touch event the window gets. Remarks We will use weak reference of last touch events. Return value will be invalidated if last touch event changed internally. View Source GetLayer(uint) Retrieves the layer at a specified depth. Declaration public Layer GetLayer(uint depth) Parameters Type Name Description uint depth The layer's depth index. Returns Type Description Layer The layer found at the given depth. View Source GetNativeId() Get native window ID Declaration public int GetNativeId() Returns Type Description int native window ID View Source GetNotificationLevel() Gets a priority level for the specified notification window. Declaration public NotificationLevel GetNotificationLevel() Returns Type Description NotificationLevel The notification window level. View Source GetOverlayLayer() Gets the overlay layer. Declaration public Layer GetOverlayLayer() Returns Type Description Layer The overlay layer. View Source GetParent() Gets parent window of the window. Declaration public Window GetParent() Returns Type Description Window The parent window of the window. View Source GetPreferredOrientation() Gets the preferred orientation. Declaration public Window.WindowOrientation GetPreferredOrientation() Returns Type Description Window.WindowOrientation The preferred orientation if previously set, or none. View Source GetRenderTaskList() Declaration public RenderTaskList GetRenderTaskList() Returns Type Description RenderTaskList View Source GetScreenOffMode() Gets the screen mode of the window. Declaration public ScreenOffMode GetScreenOffMode() Returns Type Description ScreenOffMode The screen off mode. View Source GetSupportedAuxiliaryHint(uint) Gets the supported auxiliary hint string of the window. Declaration public string GetSupportedAuxiliaryHint(uint index) Parameters Type Name Description uint index The index of the supported auxiliary hint lists. Returns Type Description string The auxiliary hint string of the index. View Source GetSupportedAuxiliaryHintCount() Gets the count of supported auxiliary hints of the window. Declaration public uint GetSupportedAuxiliaryHintCount() Returns Type Description uint The number of supported auxiliary hints. View Source GrabKey(int, KeyGrabMode) Grabs the key specified by a key for a window in a GrabMode. Details: This function can be used for following example scenarios: TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app. Mobile - When a user presses the Home key, the homescreen appears regardless of the current foreground app. Mobile - Using the volume up or down as zoom up or down in camera apps. Declaration public bool GrabKey(int DaliKey, Window.KeyGrabMode GrabMode) Parameters Type Name Description int DaliKey The key code to grab. Window.KeyGrabMode GrabMode The grab mode for the key. Returns Type Description bool True if the grab succeeds. View Source GrabKeyTopmost(int) Grabs the key specified by a key for a window only when a window is the topmost window. This function can be used for following example scenarios: Mobile - Using volume up or down as zoom up or down in camera apps. Declaration public bool GrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to grab. Returns Type Description bool True if the grab succeeds. View Source Hide() Hides the window if it is showing. Declaration public void Hide() View Source IncludeInputRegion(Rectangle) Includes input region. This function inlcudes input regions. It can be used multiple times and supports multiple regions. It means input region will be extended. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void IncludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The included region to accept input events. View Source IsFloatingModeEnabled() Returns whether the window is floating mode or not. Declaration public bool IsFloatingModeEnabled() Returns Type Description bool True if the window is enabled floating mode, false otherwise. View Source IsFocusAcceptable() Returns whether the window accepts a focus or not. Declaration public bool IsFocusAcceptable() Returns Type Description bool True if the window accepts a focus, false otherwise. View Source IsMaximized() Returns whether the window is maximized or not. Declaration public bool IsMaximized() Returns Type Description bool True if the window is maximized, false otherwise. View Source IsMinimized() Returns whether the window is minimized or not. Declaration public bool IsMinimized() Returns Type Description bool True if the window is minimized, false otherwise. View Source IsOpaqueState() Returns whether a transparent window's visual state is opaque or not. Declaration public bool IsOpaqueState() Returns Type Description bool True if the window's visual state is opaque, false otherwise. Remarks The return value has no meaning on an opaque window. View Source IsVisible() Retrieves whether the window is visible or not. Declaration public bool IsVisible() Returns Type Description bool True if the window is visible. View Source IsWindowRotating() Query whether window is rotating or not. Declaration public bool IsWindowRotating() Returns Type Description bool True if window is rotating, false otherwise. View Source KeepRendering(float) Keep rendering for at least the given amount of time. Declaration public void KeepRendering(float durationSeconds) Parameters Type Name Description float durationSeconds Time to keep rendering, 0 means render at least one more frame. View Source KeyboardGrab(DeviceSubClassType) Requests grab key events according to the requested device subtype Declaration public bool KeyboardGrab(DeviceSubClassType deviceSubclass) Parameters Type Name Description DeviceSubClassType deviceSubclass The deviceSubclass type. Returns Type Description bool True if KeyboardGrab succeeds. View Source KeyboardUnGrab() Requests ungrab key events Declaration public bool KeyboardUnGrab() Returns Type Description bool True if KeyboardUnGrab succeeds. View Source LazyFeedHover(uint) Feeds a hover event into the window. This is feed after a default time of 48 ms. You can also set this time. Declaration public void LazyFeedHover(uint time = null) Parameters Type Name Description uint time The time of how much later it will be feed (default is 48ms) Remarks If you want to do FeedHover after the UI is updated, it is recommended to set the time to at least 16ms. This will be a good time waiting for the UI to update. and LazyFeedHover called within the set time are ignored. Only the last request becomes a FeedHover. View Source LockedPointerCursorPositionHintSet(int, int) Sets the locked pointer cursor position hintset Declaration public void LockedPointerCursorPositionHintSet(int x, int y) Parameters Type Name Description int x The x position. int y The y position. View Source LockedPointerRegionSet(int, int, int, int) Sets the locked pointer region. Declaration public void LockedPointerRegionSet(int x, int y, int width, int height) Parameters Type Name Description int x The x position. int y The y position. int width The width. int height The height. View Source Lower() Lowers the window to the bottom of the window stack. Declaration public void Lower() View Source Maximize(bool) Maximizes window's size. If this function is called with true, window will be resized with screen size. Otherwise window will be resized with previous size. It is for the window's MAX button in window's border. If window border is supported by display server, it is not necessary. Declaration public void Maximize(bool max) Parameters Type Name Description bool max If window is maximized or unmaximized. View Source Minimize(bool) Minimizes window's size. If this function is called with true, window will be iconified. Otherwise window will be activated. It is for the window's MIN button in window border. If window border is supported by display server, it is not necessary. Declaration public void Minimize(bool min) Parameters Type Name Description bool min If window is minimized or unminimized. View Source ObjectDump() Declaration public void ObjectDump() View Source PointerConstraintsLock() Sets the pointer constraints lock. Declaration public bool PointerConstraintsLock() Returns Type Description bool True if PointerConstraintsLock succeeds. View Source PointerConstraintsUnlock() Sets the pointer constraints unlock. Declaration public bool PointerConstraintsUnlock() Returns Type Description bool True if PointerConstraintsUnlock succeeds. View Source PointerWarp(int, int) Sets the pointer warp. The pointer moves to the set coordinates. Declaration public bool PointerWarp(int x, int y) Parameters Type Name Description int x The x position. int y The y position. Returns Type Description bool True if PointerWarp succeeds. View Source Raise() Raises the window to the top of the window stack. Declaration public void Raise() View Source ReleaseSwigCPtr(HandleRef) Declaration protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr) Parameters Type Name Description Tizen.System.Runtime.InteropServices.HandleRef swigCPtr Overrides BaseHandle.ReleaseSwigCPtr(Runtime.InteropServices.HandleRef) View Source Remove(View) Remove a child view from window. Declaration public void Remove(View view) Parameters Type Name Description View view the child to be removed. View Source RemoveAuxiliaryHint(uint) Removes an auxiliary hint of the window. Declaration public bool RemoveAuxiliaryHint(uint id) Parameters Type Name Description uint id The ID of the auxiliary hint. Returns Type Description bool True if no error occurred, false otherwise. View Source RemoveAvailableOrientation(WindowOrientation) Removes an orientation from the list of available orientations. Declaration public void RemoveAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to remove. View Source RemoveFrameUpdateCallback(FrameUpdateCallbackInterface) Remove FrameUpdateCallback Declaration public void RemoveFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source RemoveLayer(Layer) Removes a layer from the stage. Declaration public void RemoveLayer(Layer layer) Parameters Type Name Description Layer layer Layer to remove. View Source RenderOnce() Allows at least one more render, even when paused. The window should be shown, not minimised. Declaration public void RenderOnce() View Source RequestMoveToServer() Requests to display server for the window is moved by display server. It can be work with setting window floating mode. Declaration public void RequestMoveToServer() View Source RequestResizeToServer(ResizeDirection) Requests to display server for the window is resized by display server. It can be work with setting window floating mode. Declaration public void RequestResizeToServer(Window.ResizeDirection direction) Parameters Type Name Description Window.ResizeDirection direction It is indicated the window's side or edge for starting point. View Source SendRotationCompletedAcknowledgement() send the Acknowledgement to complete window rotation. For this function, SetNeedsRotationCompletedAcknowledgement should be already called with true. Declaration public void SendRotationCompletedAcknowledgement() View Source SetAcceptFocus(bool) Sets whether the window accepts a focus or not. Declaration public void SetAcceptFocus(bool accept) Parameters Type Name Description bool accept If a focus is accepted or not. The default is true. View Source SetAuxiliaryHintValue(uint, string) Changes a value of the auxiliary hint. Declaration public bool SetAuxiliaryHintValue(uint id, string value) Parameters Type Name Description uint id The auxiliary hint ID. string value The value string to be set. Returns Type Description bool True if no error occurred, false otherwise. View Source SetAvailableOrientations(List) Sets available orientations of the window. This API is for setting several orientations one time. Declaration public void SetAvailableOrientations(List orientations) Parameters Type Name Description List<> orientations The list of orientations. View Source SetBrightness(int) Sets preferred brightness of the window. Declaration public bool SetBrightness(int brightness) Parameters Type Name Description int brightness The preferred brightness (0 to 100). Returns Type Description bool True if no error occurred, false otherwise. View Source SetClass(string, string) Sets the window name and the class string. Declaration public void SetClass(string name, string klass) Parameters Type Name Description string name The name of the window. string klass The class of the window. View Source SetFullScreen(bool) Sets to resize window with full screen. If full screen size is set for the window, window will be resized with full screen. In addition, the full screen sized window's z-order is the highest. Declaration public void SetFullScreen(bool fullscreen) Parameters Type Name Description bool fullscreen If fullscreen is true, set fullscreen or unset. View Source SetInputRegion(Rectangle) Sets a region to accept input events. Declaration public void SetInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The region to accept input events. View Source SetKeyboardHorizentalRepeatInfo(float, float) Sets the keyboard repeat information of horizontal way. Declaration public bool SetKeyboardHorizentalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardRepeatInfo(float, float) Sets the keyboard repeat information. Declaration public bool SetKeyboardRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardVerticalRepeatInfo(float, float) Sets the keyboard repeat information of vertical way. Declaration public bool SetKeyboardVerticalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetLayout(uint, uint, uint, uint, uint, uint) Sets the layout of the window. Declaration public void SetLayout(uint numCols, uint numRows, uint column, uint row, uint colSpan, uint rowSpan) Parameters Type Name Description uint numCols The number of columns in the layout. uint numRows The number of rows in the layout. uint column The column number of the window within the layout. uint row The row number of the window within the layout. uint colSpan The number of columns the window should span within the layout. uint rowSpan The number of rows the window should span within the layout. View Source SetLayout(WindowLayoutType) Sets the layout of the window. Declaration public void SetLayout(WindowLayoutType layoutType) Parameters Type Name Description WindowLayoutType layoutType The type of layout to set for the window. View Source SetMaximumSize(Size2D) Sets window's maximum size. It is to set the maximized size when window is maximized or the window's size is increased by RequestResizeToServer(). Although the size is set by this function, window's size can be increased over the limitation by SetPositionSize() or SetSize(). After setting, if Maximize() is called, window is resized with the setting size and move the center. Declaration public void SetMaximumSize(Size2D size) Parameters Type Name Description Size2D size the maximum size. View Source SetMimimumSize(Size2D) Sets window's minimum size. It is to set the minimum size when window's size is decreased by RequestResizeToServer(). Although the size is set by this function, window's size can be decreased over the limitation by SetPositionSize() or SetSize(). Declaration public void SetMimimumSize(Size2D size) Parameters Type Name Description Size2D size the minimum size. View Source SetNeedsRotationCompletedAcknowledgement(bool) Sets the necessary for window rotation Acknowledgement. After this function called, SendRotationCompletedAcknowledgement() should be called to complete window rotation. This function is supprot that application has the window rotation acknowledgement's control. It means display server waits when application's rotation work is finished. It is useful application has the other rendering engine which works asynchronous. For instance, GlView. Declaration public void SetNeedsRotationCompletedAcknowledgement(bool needAcknowledgement) Parameters Type Name Description bool needAcknowledgement the flag is true if window rotation acknowledge is sent. View Source SetNotificationLevel(NotificationLevel) Sets a priority level for the specified notification window. Declaration public bool SetNotificationLevel(NotificationLevel level) Parameters Type Name Description NotificationLevel level The notification window level. Returns Type Description bool True if no error occurred, false otherwise. View Source SetOpaqueState(bool) Sets a transparent window's visual state to opaque. If a visual state of a transparent window is opaque, then the window manager could handle it as an opaque window when calculating visibility. Declaration public void SetOpaqueState(bool opaque) Parameters Type Name Description bool opaque Whether the window's visual state is opaque. Remarks This will have no effect on an opaque window. It doesn't change transparent window to opaque window but lets the window manager know the visual state of the window. View Source SetParent(Window, bool) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. This function has the additional flag whether the child is located above or below of the parent. Declaration public void SetParent(Window parent, bool belowParent) Parameters Type Name Description Window parent The parent window. bool belowParent The flag is whether the child is located above or below of the parent. View Source SetParent(Window) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. Initially, the window is located on top of the parent. The window can go below parent by calling Lower(). If parent's window stack is changed by calling Raise() or Lower(), child windows are located on top of the parent again. Declaration public void SetParent(Window parent) Parameters Type Name Description Window parent The parent window. View Source SetPreferredOrientation(WindowOrientation) Sets a preferred orientation. Declaration public void SetPreferredOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The preferred orientation. View Source SetScreenOffMode(ScreenOffMode) Sets a window's screen off mode. Declaration public bool SetScreenOffMode(ScreenOffMode screenOffMode) Parameters Type Name Description ScreenOffMode screenOffMode The screen mode. Returns Type Description bool True if no error occurred, false otherwise. View Source SetTransparency(bool) Sets whether the window is transparent or not. Declaration public void SetTransparency(bool transparent) Parameters Type Name Description bool transparent Whether the window is transparent or not. View Source Show() Shows the window if it is hidden. Declaration public void Show() View Source UngrabKey(int) Ungrabs the key specified by a key for a window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKey(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source UngrabKeyTopmost(int) Ungrabs the key specified by a key for the window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source Unparent() Unsets parent window of the window. After unsetting, the window is disconnected his parent window. Declaration public void Unparent() View Source VisibiltyChangedSignalEmit(bool) VisibiltyChangedSignalEmit Declaration public void VisibiltyChangedSignalEmit(bool visibility) Parameters Type Name Description bool visibility Events View Source AccessibilityHighlight Emits the event when the window needs to grab or clear highlight. Declaration public event EventHandler AccessibilityHighlight Event Type Type Description EventHandler<> View Source AuxiliaryMessage Auxiliary message is sent by displayer server when window's auxiliary was changed then display server sent the message. When client application added the window's auxiliary hint and if the auxiliary is changed, display server send the auxiliary message. Auxiliary message has the key, value and options. Declaration public event EventHandler AuxiliaryMessage Event Type Type Description EventHandler<> View Source FocusChanged FocusChanged event. Declaration public event EventHandler FocusChanged Event Type Type Description EventHandler<> View Source HoverEvent An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user. The hovered signal is emitted when the hover input is received. Declaration public event EventHandler HoverEvent Event Type Type Description EventHandler<> View Source InsetsChanged Emits the event when the window insets changes by status bar, virtual keyboard, or clipboard appears and disappears. Declaration public event EventHandler InsetsChanged Event Type Type Description EventHandler<> View Source InterceptKeyEvent Intercepts KeyEvents in the window before dispatching KeyEvents to the child. If it returns true(consumed), no KeyEvent is delivered to the child. Declaration public event ReturnTypeEventHandler
Provides interface for various preview plane types.
-The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/API12/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/API12/api/toc.html b/API12/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/API12/api/toc.html
+++ b/API12/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/commits b/commits
index aa2b9054b3b..0d37984ccdd 100644
--- a/commits
+++ b/commits
@@ -6,4 +6,4 @@ API8:12d4bef1f643d8ecc59266cb767507fb6a3e3743
API9:4e7cc1ec405dcd2e99365b7ec2b08533c360dcf4
API10:6b28d05c0977520a5287d5b88bb6bd2c4af60018
API11:fc5946d7c688babfadab1410f7de79b9f72f67cb
-API12:9b36d30d5cf8b9d011a2cc66523570c9afbde414
+API12:d9b4f92c88eb73c7fa3afc93d85c55dc5d60cc19
diff --git a/devel/api/Tizen.Multimedia.IWindowProvider.html b/devel/api/Tizen.Common.IWindowProvider.html
similarity index 82%
rename from devel/api/Tizen.Multimedia.IWindowProvider.html
rename to devel/api/Tizen.Common.IWindowProvider.html
index f329e57e363..e17de24db50 100644
--- a/devel/api/Tizen.Multimedia.IWindowProvider.html
+++ b/devel/api/Tizen.Common.IWindowProvider.html
@@ -79,17 +79,17 @@
-
+
- Interface IWindowProvider
+ Interface IWindowProvider
Definition
- - Namespace:
- Tizen.Multimedia
- - Assembly:
- Tizen.Multimedia.dll
+
+ - Assembly:
- Tizen.dll
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
@@ -102,10 +102,10 @@ Definition
Properties
- View Source
+ View Source
-
- Height
+
+ Height
Gets the height of the window.
@@ -133,10 +133,10 @@ Property Value
- View Source
+ View Source
-
- Rotation
+
+ Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
@@ -164,10 +164,10 @@ Property Value
- View Source
+ View Source
-
- Width
+
+ Width
Gets the width of the window.
@@ -195,10 +195,10 @@ Property Value
- View Source
+ View Source
-
- WindowHandle
+
+ WindowHandle
Gets the window handle
@@ -221,7 +221,7 @@ Property Value
- Remarks
+ Remarks
This handle represents Ecore_Wl2_Window on native.
@@ -229,10 +229,10 @@ Remarks
- View Source
+ View Source
-
- X
+
+ X
Gets the x-coordinate of the window's position.
@@ -260,10 +260,10 @@ Property Value
- View Source
+ View Source
-
- Y
+
+ Y
Gets the y-coordinate of the window's position.
@@ -320,7 +320,7 @@ Extension Methods
diff --git a/devel/api/Tizen.Common.html b/devel/api/Tizen.Common.html
index 9f7c7e87b8e..ee6fb54d429 100644
--- a/devel/api/Tizen.Common.html
+++ b/devel/api/Tizen.Common.html
@@ -95,6 +95,11 @@
Structs
Color
Structure that represents a color as RGBA.
+
+ Interfaces
+
+ IWindowProvider
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
diff --git a/devel/api/Tizen.Multimedia.Display.html b/devel/api/Tizen.Multimedia.Display.html
index bfb0845512f..f20746cc6f3 100644
--- a/devel/api/Tizen.Multimedia.Display.html
+++ b/devel/api/Tizen.Multimedia.Display.html
@@ -114,7 +114,7 @@ Definition
Constructors
- View Source
+ View Source
Display(Window)
@@ -154,11 +154,11 @@ See Also
- View Source
+ View Source
- Display(IWindowProvider, bool)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider, bool)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -176,9 +176,9 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
@@ -189,11 +189,11 @@ Parameters
- Remarks
+ Remarks
UI sync is only for Player and
DisplaySettings will not work in UI sync mode.
- See Also
+ See Also
- View Source
+ View Source
- Display(IWindowProvider)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -226,14 +226,14 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
- See Also
+ See Also
- View Source
+ View Source
Display(MediaView)
@@ -284,7 +284,7 @@ See
- View Source
+ View Source
Display(Window, bool)
@@ -336,7 +336,7 @@
- View Source
+ View Source
Display(Window)
@@ -415,7 +415,7 @@ See Also
diff --git a/devel/api/Tizen.Multimedia.html b/devel/api/Tizen.Multimedia.html
index da452ed179d..48775e74341 100644
--- a/devel/api/Tizen.Multimedia.html
+++ b/devel/api/Tizen.Multimedia.html
@@ -503,9 +503,6 @@
IMediaBuffer
IPreviewPlane
Provides interface for various preview plane types.
-
- IWindowProvider
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
Enums
diff --git a/devel/api/Tizen.NUI.Window.html b/devel/api/Tizen.NUI.Window.html
index fbf89ca1fee..9452494bfb8 100644
--- a/devel/api/Tizen.NUI.Window.html
+++ b/devel/api/Tizen.NUI.Window.html
@@ -95,7 +95,7 @@ Definition
- public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
@@ -120,6 +120,7 @@ Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/devel/api/toc.html b/devel/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/devel/api/toc.html
+++ b/devel/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/index.json b/index.json
index ed6865cbeff..a9f285b945b 100644
--- a/index.json
+++ b/index.json
@@ -22112,7 +22112,7 @@
"API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html": {
"href": "API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html",
"title": "Delegate CollectionSynchronizationCallback",
- "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.XamlBuild.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
+ "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API11/api/Tizen.NUI.Binding.ColorTypeConverter.html": {
"href": "API11/api/Tizen.NUI.Binding.ColorTypeConverter.html",
@@ -22232,7 +22232,7 @@
"API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html",
"title": "Enum SetValueFlags",
- "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.XamlBuild.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
+ "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
},
"API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html",
@@ -32957,7 +32957,12 @@
"API12/api/Tizen.Common.html": {
"href": "API12/api/Tizen.Common.html",
"title": "Namespace Tizen.Common",
- "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA."
+ "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA. Interfaces IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, etc."
+ },
+ "API12/api/Tizen.Common.IWindowProvider.html": {
+ "href": "API12/api/Tizen.Common.IWindowProvider.html",
+ "title": "Interface IWindowProvider",
+ "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Common Assembly: Tizen.dll The IWindowProvider interface provides the window handle and information about the window's position, size, etc. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API12/api/Tizen.Content.Download.CacheManager.html": {
"href": "API12/api/Tizen.Content.Download.CacheManager.html",
@@ -34602,7 +34607,7 @@
"API12/api/Tizen.Multimedia.Display.html": {
"href": "API12/api/Tizen.Multimedia.Display.html",
"title": "Class Display",
- "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
+ "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
},
"API12/api/Tizen.Multimedia.DoublePlane.html": {
"href": "API12/api/Tizen.Multimedia.DoublePlane.html",
@@ -34667,7 +34672,7 @@
"API12/api/Tizen.Multimedia.html": {
"href": "API12/api/Tizen.Multimedia.html",
"title": "Namespace Tizen.Multimedia",
- "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
+ "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
},
"API12/api/Tizen.Multimedia.IMediaBuffer.html": {
"href": "API12/api/Tizen.Multimedia.IMediaBuffer.html",
@@ -34679,11 +34684,6 @@
"title": "Interface IPreviewPlane",
"keywords": "Interface IPreviewPlane Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.Camera.dll Provides interface for various preview plane types. public interface IPreviewPlane Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
- "API12/api/Tizen.Multimedia.IWindowProvider.html": {
- "href": "API12/api/Tizen.Multimedia.IWindowProvider.html",
- "title": "Interface IWindowProvider",
- "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
- },
"API12/api/Tizen.Multimedia.Location.html": {
"href": "API12/api/Tizen.Multimedia.Location.html",
"title": "Class Location",
@@ -42972,7 +42972,7 @@
"API12/api/Tizen.NUI.Window.html": {
"href": "API12/api/Tizen.NUI.Window.html",
"title": "Class Window",
- "keywords": "Class Window Definition Namespace: Tizen.NUI Assembly: Tizen.NUI.dll The window class is used internally for drawing. The window has an orientation and indicator properties. public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable Inheritance object BindableObject Element BaseHandle Window Implements IDynamicResourceHandler INameScope System.IDisposable Constructors View Source Window(string, IBorderInterface, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, IBorderInterface borderInterface, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. IBorderInterface borderInterface IBorderInterfaceIf borderInterface is null, defaultBorder is enabled. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, WindowData) Creates a new Window with a specific name using WindowData. This creates an extra window in addition to the default main window Declaration public Window(string name, WindowData windowData) Parameters Type Name Description string name The name for extra window. WindowData windowData The window data View Source Window(Rectangle, bool) Creates a new Window. This creates an extra window in addition to the default main window Declaration public Window(Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. Properties View Source BackgroundColor The background color property. Declaration public Color BackgroundColor { get; set; } Property Value Type Description Color View Source Default Gets the default window. The main window or default window is automatically created when the application is launched, and it remains constant and unchanged throughout the application's operation. Declaration public static Window Default { get; } Property Value Type Description Window View Source DispatchHoverMotion Gets or sets the status of whether motion event of Hover can be dispatched. If a Window's DispatchHoverMotion is set to false, then it's can not will receive motion event of HoverEvent. Declaration public bool DispatchHoverMotion { get; set; } Property Value Type Description bool View Source DispatchTouchMotion Gets or sets the status of whether motion event of Touch can be dispatched. If a Window's DispatchTouchMotion is set to false, then it's can not will receive motion event of TouchEvent. Declaration public bool DispatchTouchMotion { get; set; } Property Value Type Description bool View Source Dpi The DPI property (read-only). Retrieves the DPI of the display device to which the Window is connected. Declaration public Vector2 Dpi { get; } Property Value Type Description Vector2 View Source Instance The stage instance property (read-only). Gets the current window. Declaration public static Window Instance { get; } Property Value Type Description Window View Source IsAlwaysOnTop Gets or sets a value indicating whether the window is alwats on top of other windows or not. Its behavior is effective among windows with the same notification level. Declaration public bool IsAlwaysOnTop { get; set; } Property Value Type Description bool View Source IsBorderEnabled Whether the border is enabled. Declaration public bool IsBorderEnabled { get; } Property Value Type Description bool View Source IsModal Gets or sets a value indicating whether the window is modal or not. The modal property of a window requires that it be set to a parent window. The window modal function operates on the specified parent window. Declaration public bool IsModal { get; set; } Property Value Type Description bool View Source LayerCount The layer count property (read-only). Queries the number of on-Window layers. Declaration public uint LayerCount { get; } Property Value Type Description uint View Source NativeHandle Get Native Window handle. How to get Native Window handle Window window = NUIApplication.GetDefaultWindow(); var handle = window.NativeHandle; if(handle.IsInvalid == false) { IntPtr nativeHandle = handle.DangerousGetHandle(); // do something with nativeHandle } Declaration public SafeHandle NativeHandle { get; } Property Value Type Description SafeHandle View Source PartialUpdate Gets or sets whether the window will update partial area or full area. If this value is true, window will update and render partial area. If false, full area updated. Declaration public bool PartialUpdate { get; set; } Property Value Type Description bool View Source RenderingBehavior The rendering behavior of a Window. Declaration public RenderingBehaviorType RenderingBehavior { get; set; } Property Value Type Description RenderingBehaviorType View Source Size The window size property (read-only). Declaration public Size2D Size { get; } Property Value Type Description Size2D View Source Title Gets/Sets a window title. Declaration public string Title { get; set; } Property Value Type Description string View Source Type Gets or sets a window type. Most of window type can be set to use WindowType, except for IME type. IME type can be set to use one of NUIApplication's constrcutors. Declaration public WindowType Type { get; set; } Property Value Type Description WindowType View Source WindowPosition Gets or sets a position of the window. Declaration public Position2D WindowPosition { get; set; } Property Value Type Description Position2D View Source WindowPositionSize Sets position and size of the window. This API guarantees that both moving and resizing of window will appear on the screen at once. Declaration public Rectangle WindowPositionSize { get; set; } Property Value Type Description Rectangle View Source WindowPositionSizeWithBorder Gets position and size of the border window Declaration public Rectangle WindowPositionSizeWithBorder { get; } Property Value Type Description Rectangle The total window size including the border area in the default window. View Source WindowSize Gets or sets a size of the window. Declaration public Size2D WindowSize { get; set; } Property Value Type Description Size2D View Source WindowSizeWithBorder Gets size of the border window Declaration public Size2D WindowSizeWithBorder { get; } Property Value Type Description Size2D The total window size including the border area in the default window. Methods View Source Activate() Activates the window to the top of the window stack even it is iconified. Declaration public void Activate() View Source Add(View) Add a child view to window. Declaration public void Add(View view) Parameters Type Name Description View view the child should be added to the window. View Source AddAuxiliaryHint(string, string) Creates an auxiliary hint of the window. Declaration public uint AddAuxiliaryHint(string hint, string value) Parameters Type Name Description string hint The auxiliary hint string. string value The value string. Returns Type Description uint The ID of created auxiliary hint, or 0 on failure. View Source AddAvailableOrientation(WindowOrientation) Adds an orientation to the list of available orientations. Declaration public void AddAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to add View Source AddFramePresentedCallback(FrameCallbackType, int) Adds a callback that is called when the frame is displayed on the display. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFramePresentedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameRenderedCallback(FrameCallbackType, int) Adds a callback that is called when the frame rendering is done by the graphics driver. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFrameRenderedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface, View) Add FrameUpdateCallback with root view. FrameUpdateCallbackInterface can only detach Views under given view. Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback, View rootView) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View rootView Remarks We can give rootView as null if we want to make frameUpdateCallback don't have any dependency with some view. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface) Add FrameUpdateCallback Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source AddLayer(Layer) Adds a layer to the stage. Declaration public void AddLayer(Layer layer) Parameters Type Name Description Layer layer Layer to add. View Source CursorVisibleSet(bool) Sets visibility on/off of cursor Declaration public void CursorVisibleSet(bool visible) Parameters Type Name Description bool visible The visibility of cursor. View Source Destroy() Destroy the window immediately. Declaration public void Destroy() View Source Dispose(DisposeTypes) Dispose for Window Declaration protected override void Dispose(DisposeTypes type) Parameters Type Name Description DisposeTypes type Overrides BaseHandle.Dispose(DisposeTypes) View Source EnableFloatingMode(bool) Enables the floating mode of window. The floating mode is to support window is moved or resized by display server. For example, if the video-player window sets the floating mode, then display server changes its geometry and handles it like a popup. The way of handling floating mode window is decided by display server. A special display server(as a Tizen display server) supports this mode. Declaration public void EnableFloatingMode(bool enable) Parameters Type Name Description bool enable Enable floating mode or not. View Source ExcludeInputRegion(Rectangle) This function excludes input regions. It can be used multiple times and supports multiple regions. It means input region will be reduced. Nofice, should be set input area by IncludeInputRegion() before this function is used. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void ExcludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The excluded region to except input events. View Source FeedKey(Key) Feeds a key event into the window. Declaration public void FeedKey(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FeedKeyEvent(Key) Feed a key-event into the window. Declaration public static void FeedKeyEvent(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FindLayerByID(uint) Search through this Window for a Layer with the given unique ID. Declaration public Layer FindLayerByID(uint id) Parameters Type Name Description uint id The ID of the Layer to find. Returns Type Description Layer A handle to the Layer if found, or an empty handle if not. Remarks Hidden-API View Source Get(View) A helper method to get the current window where the view is added Declaration public static Window Get(View view) Parameters Type Name Description View view The View added to the window Returns Type Description Window A Window. View Source GetAuxiliaryHintId(string) Gets an ID of the auxiliary hint string. Declaration public uint GetAuxiliaryHintId(string hint) Parameters Type Name Description string hint The auxiliary hint string. Returns Type Description uint The ID of auxiliary hint string, or 0 on failure. View Source GetAuxiliaryHintValue(uint) Gets a value of the auxiliary hint. Declaration public string GetAuxiliaryHintValue(uint id) Parameters Type Name Description uint id The auxiliary hint ID. Returns Type Description string The string value of the auxiliary hint ID, or an empty string if none exists. View Source GetBrightness() Gets the preferred brightness of the window. Declaration public int GetBrightness() Returns Type Description int The preferred brightness. View Source GetCurrentOrientation() Gets current orientation of the window. Declaration public Window.WindowOrientation GetCurrentOrientation() Returns Type Description Window.WindowOrientation The current window orientation if previously set, or none. View Source GetDefaultLayer() Gets the default ( root ) layer. Declaration public Layer GetDefaultLayer() Returns Type Description Layer The root layer. View Source GetDirection(float, float) Calculates which direction to resize or to move. Declaration public Window.BorderDirection GetDirection(float xPosition, float yPosition) Parameters Type Name Description float xPosition The X position. float yPosition The Y position. Returns Type Description Window.BorderDirection The BorderDirection View Source GetFullScreen() Gets whether the full screen sized window or not. Declaration public bool GetFullScreen() Returns Type Description bool Returns true if the full screen sized window is. View Source GetKeyboardHorizentalRepeatInfo(out float, out float) Gets the keyboard repeat information of horizontal way. Declaration public bool GetKeyboardHorizentalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardRepeatInfo(out float, out float) Gets the keyboard repeat information. Declaration public bool GetKeyboardRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardVerticalRepeatInfo(out float, out float) Gets the keyboard repeat information of vertical way. Declaration public bool GetKeyboardVerticalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetLastHoverEvent() Gets the last hover event the window gets. Declaration public Hover GetLastHoverEvent() Returns Type Description Hover The last hover event the window gets. Remarks We will use weak reference of last hover events. Return value will be invalidated if last hover event changed internally. View Source GetLastKeyEvent() Gets the last key event the window gets. Declaration public Key GetLastKeyEvent() Returns Type Description Key The last key event the window gets. Remarks We will use weak reference of last key events. Return value will be invalidated if last key event changed internally. View Source GetLastPanGestureState() Gets the last pan gesture state the window gets. Declaration public Gesture.StateType GetLastPanGestureState() Returns Type Description Gesture.StateType The last pan gesture state the window gets. View Source GetLastTouchEvent() Gets the last touch event the window gets. Declaration public Touch GetLastTouchEvent() Returns Type Description Touch The last touch event the window gets. Remarks We will use weak reference of last touch events. Return value will be invalidated if last touch event changed internally. View Source GetLayer(uint) Retrieves the layer at a specified depth. Declaration public Layer GetLayer(uint depth) Parameters Type Name Description uint depth The layer's depth index. Returns Type Description Layer The layer found at the given depth. View Source GetNativeId() Get native window ID Declaration public int GetNativeId() Returns Type Description int native window ID View Source GetNotificationLevel() Gets a priority level for the specified notification window. Declaration public NotificationLevel GetNotificationLevel() Returns Type Description NotificationLevel The notification window level. View Source GetOverlayLayer() Gets the overlay layer. Declaration public Layer GetOverlayLayer() Returns Type Description Layer The overlay layer. View Source GetParent() Gets parent window of the window. Declaration public Window GetParent() Returns Type Description Window The parent window of the window. View Source GetPreferredOrientation() Gets the preferred orientation. Declaration public Window.WindowOrientation GetPreferredOrientation() Returns Type Description Window.WindowOrientation The preferred orientation if previously set, or none. View Source GetRenderTaskList() Declaration public RenderTaskList GetRenderTaskList() Returns Type Description RenderTaskList View Source GetScreenOffMode() Gets the screen mode of the window. Declaration public ScreenOffMode GetScreenOffMode() Returns Type Description ScreenOffMode The screen off mode. View Source GetSupportedAuxiliaryHint(uint) Gets the supported auxiliary hint string of the window. Declaration public string GetSupportedAuxiliaryHint(uint index) Parameters Type Name Description uint index The index of the supported auxiliary hint lists. Returns Type Description string The auxiliary hint string of the index. View Source GetSupportedAuxiliaryHintCount() Gets the count of supported auxiliary hints of the window. Declaration public uint GetSupportedAuxiliaryHintCount() Returns Type Description uint The number of supported auxiliary hints. View Source GrabKey(int, KeyGrabMode) Grabs the key specified by a key for a window in a GrabMode. Details: This function can be used for following example scenarios: TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app. Mobile - When a user presses the Home key, the homescreen appears regardless of the current foreground app. Mobile - Using the volume up or down as zoom up or down in camera apps. Declaration public bool GrabKey(int DaliKey, Window.KeyGrabMode GrabMode) Parameters Type Name Description int DaliKey The key code to grab. Window.KeyGrabMode GrabMode The grab mode for the key. Returns Type Description bool True if the grab succeeds. View Source GrabKeyTopmost(int) Grabs the key specified by a key for a window only when a window is the topmost window. This function can be used for following example scenarios: Mobile - Using volume up or down as zoom up or down in camera apps. Declaration public bool GrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to grab. Returns Type Description bool True if the grab succeeds. View Source Hide() Hides the window if it is showing. Declaration public void Hide() View Source IncludeInputRegion(Rectangle) Includes input region. This function inlcudes input regions. It can be used multiple times and supports multiple regions. It means input region will be extended. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void IncludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The included region to accept input events. View Source IsFloatingModeEnabled() Returns whether the window is floating mode or not. Declaration public bool IsFloatingModeEnabled() Returns Type Description bool True if the window is enabled floating mode, false otherwise. View Source IsFocusAcceptable() Returns whether the window accepts a focus or not. Declaration public bool IsFocusAcceptable() Returns Type Description bool True if the window accepts a focus, false otherwise. View Source IsMaximized() Returns whether the window is maximized or not. Declaration public bool IsMaximized() Returns Type Description bool True if the window is maximized, false otherwise. View Source IsMinimized() Returns whether the window is minimized or not. Declaration public bool IsMinimized() Returns Type Description bool True if the window is minimized, false otherwise. View Source IsOpaqueState() Returns whether a transparent window's visual state is opaque or not. Declaration public bool IsOpaqueState() Returns Type Description bool True if the window's visual state is opaque, false otherwise. Remarks The return value has no meaning on an opaque window. View Source IsVisible() Retrieves whether the window is visible or not. Declaration public bool IsVisible() Returns Type Description bool True if the window is visible. View Source IsWindowRotating() Query whether window is rotating or not. Declaration public bool IsWindowRotating() Returns Type Description bool True if window is rotating, false otherwise. View Source KeepRendering(float) Keep rendering for at least the given amount of time. Declaration public void KeepRendering(float durationSeconds) Parameters Type Name Description float durationSeconds Time to keep rendering, 0 means render at least one more frame. View Source KeyboardGrab(DeviceSubClassType) Requests grab key events according to the requested device subtype Declaration public bool KeyboardGrab(DeviceSubClassType deviceSubclass) Parameters Type Name Description DeviceSubClassType deviceSubclass The deviceSubclass type. Returns Type Description bool True if KeyboardGrab succeeds. View Source KeyboardUnGrab() Requests ungrab key events Declaration public bool KeyboardUnGrab() Returns Type Description bool True if KeyboardUnGrab succeeds. View Source LazyFeedHover(uint) Feeds a hover event into the window. This is feed after a default time of 48 ms. You can also set this time. Declaration public void LazyFeedHover(uint time = null) Parameters Type Name Description uint time The time of how much later it will be feed (default is 48ms) Remarks If you want to do FeedHover after the UI is updated, it is recommended to set the time to at least 16ms. This will be a good time waiting for the UI to update. and LazyFeedHover called within the set time are ignored. Only the last request becomes a FeedHover. View Source LockedPointerCursorPositionHintSet(int, int) Sets the locked pointer cursor position hintset Declaration public void LockedPointerCursorPositionHintSet(int x, int y) Parameters Type Name Description int x The x position. int y The y position. View Source LockedPointerRegionSet(int, int, int, int) Sets the locked pointer region. Declaration public void LockedPointerRegionSet(int x, int y, int width, int height) Parameters Type Name Description int x The x position. int y The y position. int width The width. int height The height. View Source Lower() Lowers the window to the bottom of the window stack. Declaration public void Lower() View Source Maximize(bool) Maximizes window's size. If this function is called with true, window will be resized with screen size. Otherwise window will be resized with previous size. It is for the window's MAX button in window's border. If window border is supported by display server, it is not necessary. Declaration public void Maximize(bool max) Parameters Type Name Description bool max If window is maximized or unmaximized. View Source Minimize(bool) Minimizes window's size. If this function is called with true, window will be iconified. Otherwise window will be activated. It is for the window's MIN button in window border. If window border is supported by display server, it is not necessary. Declaration public void Minimize(bool min) Parameters Type Name Description bool min If window is minimized or unminimized. View Source ObjectDump() Declaration public void ObjectDump() View Source PointerConstraintsLock() Sets the pointer constraints lock. Declaration public bool PointerConstraintsLock() Returns Type Description bool True if PointerConstraintsLock succeeds. View Source PointerConstraintsUnlock() Sets the pointer constraints unlock. Declaration public bool PointerConstraintsUnlock() Returns Type Description bool True if PointerConstraintsUnlock succeeds. View Source PointerWarp(int, int) Sets the pointer warp. The pointer moves to the set coordinates. Declaration public bool PointerWarp(int x, int y) Parameters Type Name Description int x The x position. int y The y position. Returns Type Description bool True if PointerWarp succeeds. View Source Raise() Raises the window to the top of the window stack. Declaration public void Raise() View Source ReleaseSwigCPtr(HandleRef) Declaration protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr) Parameters Type Name Description Tizen.System.Runtime.InteropServices.HandleRef swigCPtr Overrides BaseHandle.ReleaseSwigCPtr(Runtime.InteropServices.HandleRef) View Source Remove(View) Remove a child view from window. Declaration public void Remove(View view) Parameters Type Name Description View view the child to be removed. View Source RemoveAuxiliaryHint(uint) Removes an auxiliary hint of the window. Declaration public bool RemoveAuxiliaryHint(uint id) Parameters Type Name Description uint id The ID of the auxiliary hint. Returns Type Description bool True if no error occurred, false otherwise. View Source RemoveAvailableOrientation(WindowOrientation) Removes an orientation from the list of available orientations. Declaration public void RemoveAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to remove. View Source RemoveFrameUpdateCallback(FrameUpdateCallbackInterface) Remove FrameUpdateCallback Declaration public void RemoveFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source RemoveLayer(Layer) Removes a layer from the stage. Declaration public void RemoveLayer(Layer layer) Parameters Type Name Description Layer layer Layer to remove. View Source RenderOnce() Allows at least one more render, even when paused. The window should be shown, not minimised. Declaration public void RenderOnce() View Source RequestMoveToServer() Requests to display server for the window is moved by display server. It can be work with setting window floating mode. Declaration public void RequestMoveToServer() View Source RequestResizeToServer(ResizeDirection) Requests to display server for the window is resized by display server. It can be work with setting window floating mode. Declaration public void RequestResizeToServer(Window.ResizeDirection direction) Parameters Type Name Description Window.ResizeDirection direction It is indicated the window's side or edge for starting point. View Source SendRotationCompletedAcknowledgement() send the Acknowledgement to complete window rotation. For this function, SetNeedsRotationCompletedAcknowledgement should be already called with true. Declaration public void SendRotationCompletedAcknowledgement() View Source SetAcceptFocus(bool) Sets whether the window accepts a focus or not. Declaration public void SetAcceptFocus(bool accept) Parameters Type Name Description bool accept If a focus is accepted or not. The default is true. View Source SetAuxiliaryHintValue(uint, string) Changes a value of the auxiliary hint. Declaration public bool SetAuxiliaryHintValue(uint id, string value) Parameters Type Name Description uint id The auxiliary hint ID. string value The value string to be set. Returns Type Description bool True if no error occurred, false otherwise. View Source SetAvailableOrientations(List) Sets available orientations of the window. This API is for setting several orientations one time. Declaration public void SetAvailableOrientations(List orientations) Parameters Type Name Description List<> orientations The list of orientations. View Source SetBrightness(int) Sets preferred brightness of the window. Declaration public bool SetBrightness(int brightness) Parameters Type Name Description int brightness The preferred brightness (0 to 100). Returns Type Description bool True if no error occurred, false otherwise. View Source SetClass(string, string) Sets the window name and the class string. Declaration public void SetClass(string name, string klass) Parameters Type Name Description string name The name of the window. string klass The class of the window. View Source SetFullScreen(bool) Sets to resize window with full screen. If full screen size is set for the window, window will be resized with full screen. In addition, the full screen sized window's z-order is the highest. Declaration public void SetFullScreen(bool fullscreen) Parameters Type Name Description bool fullscreen If fullscreen is true, set fullscreen or unset. View Source SetInputRegion(Rectangle) Sets a region to accept input events. Declaration public void SetInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The region to accept input events. View Source SetKeyboardHorizentalRepeatInfo(float, float) Sets the keyboard repeat information of horizontal way. Declaration public bool SetKeyboardHorizentalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardRepeatInfo(float, float) Sets the keyboard repeat information. Declaration public bool SetKeyboardRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardVerticalRepeatInfo(float, float) Sets the keyboard repeat information of vertical way. Declaration public bool SetKeyboardVerticalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetLayout(uint, uint, uint, uint, uint, uint) Sets the layout of the window. Declaration public void SetLayout(uint numCols, uint numRows, uint column, uint row, uint colSpan, uint rowSpan) Parameters Type Name Description uint numCols The number of columns in the layout. uint numRows The number of rows in the layout. uint column The column number of the window within the layout. uint row The row number of the window within the layout. uint colSpan The number of columns the window should span within the layout. uint rowSpan The number of rows the window should span within the layout. View Source SetLayout(WindowLayoutType) Sets the layout of the window. Declaration public void SetLayout(WindowLayoutType layoutType) Parameters Type Name Description WindowLayoutType layoutType The type of layout to set for the window. View Source SetMaximumSize(Size2D) Sets window's maximum size. It is to set the maximized size when window is maximized or the window's size is increased by RequestResizeToServer(). Although the size is set by this function, window's size can be increased over the limitation by SetPositionSize() or SetSize(). After setting, if Maximize() is called, window is resized with the setting size and move the center. Declaration public void SetMaximumSize(Size2D size) Parameters Type Name Description Size2D size the maximum size. View Source SetMimimumSize(Size2D) Sets window's minimum size. It is to set the minimum size when window's size is decreased by RequestResizeToServer(). Although the size is set by this function, window's size can be decreased over the limitation by SetPositionSize() or SetSize(). Declaration public void SetMimimumSize(Size2D size) Parameters Type Name Description Size2D size the minimum size. View Source SetNeedsRotationCompletedAcknowledgement(bool) Sets the necessary for window rotation Acknowledgement. After this function called, SendRotationCompletedAcknowledgement() should be called to complete window rotation. This function is supprot that application has the window rotation acknowledgement's control. It means display server waits when application's rotation work is finished. It is useful application has the other rendering engine which works asynchronous. For instance, GlView. Declaration public void SetNeedsRotationCompletedAcknowledgement(bool needAcknowledgement) Parameters Type Name Description bool needAcknowledgement the flag is true if window rotation acknowledge is sent. View Source SetNotificationLevel(NotificationLevel) Sets a priority level for the specified notification window. Declaration public bool SetNotificationLevel(NotificationLevel level) Parameters Type Name Description NotificationLevel level The notification window level. Returns Type Description bool True if no error occurred, false otherwise. View Source SetOpaqueState(bool) Sets a transparent window's visual state to opaque. If a visual state of a transparent window is opaque, then the window manager could handle it as an opaque window when calculating visibility. Declaration public void SetOpaqueState(bool opaque) Parameters Type Name Description bool opaque Whether the window's visual state is opaque. Remarks This will have no effect on an opaque window. It doesn't change transparent window to opaque window but lets the window manager know the visual state of the window. View Source SetParent(Window, bool) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. This function has the additional flag whether the child is located above or below of the parent. Declaration public void SetParent(Window parent, bool belowParent) Parameters Type Name Description Window parent The parent window. bool belowParent The flag is whether the child is located above or below of the parent. View Source SetParent(Window) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. Initially, the window is located on top of the parent. The window can go below parent by calling Lower(). If parent's window stack is changed by calling Raise() or Lower(), child windows are located on top of the parent again. Declaration public void SetParent(Window parent) Parameters Type Name Description Window parent The parent window. View Source SetPreferredOrientation(WindowOrientation) Sets a preferred orientation. Declaration public void SetPreferredOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The preferred orientation. View Source SetScreenOffMode(ScreenOffMode) Sets a window's screen off mode. Declaration public bool SetScreenOffMode(ScreenOffMode screenOffMode) Parameters Type Name Description ScreenOffMode screenOffMode The screen mode. Returns Type Description bool True if no error occurred, false otherwise. View Source SetTransparency(bool) Sets whether the window is transparent or not. Declaration public void SetTransparency(bool transparent) Parameters Type Name Description bool transparent Whether the window is transparent or not. View Source Show() Shows the window if it is hidden. Declaration public void Show() View Source UngrabKey(int) Ungrabs the key specified by a key for a window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKey(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source UngrabKeyTopmost(int) Ungrabs the key specified by a key for the window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source Unparent() Unsets parent window of the window. After unsetting, the window is disconnected his parent window. Declaration public void Unparent() View Source VisibiltyChangedSignalEmit(bool) VisibiltyChangedSignalEmit Declaration public void VisibiltyChangedSignalEmit(bool visibility) Parameters Type Name Description bool visibility Events View Source AccessibilityHighlight Emits the event when the window needs to grab or clear highlight. Declaration public event EventHandler AccessibilityHighlight Event Type Type Description EventHandler<> View Source AuxiliaryMessage Auxiliary message is sent by displayer server when window's auxiliary was changed then display server sent the message. When client application added the window's auxiliary hint and if the auxiliary is changed, display server send the auxiliary message. Auxiliary message has the key, value and options. Declaration public event EventHandler AuxiliaryMessage Event Type Type Description EventHandler<> View Source FocusChanged FocusChanged event. Declaration public event EventHandler FocusChanged Event Type Type Description EventHandler<> View Source HoverEvent An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user. The hovered signal is emitted when the hover input is received. Declaration public event EventHandler HoverEvent Event Type Type Description EventHandler<> View Source InsetsChanged Emits the event when the window insets changes by status bar, virtual keyboard, or clipboard appears and disappears. Declaration public event EventHandler InsetsChanged Event Type Type Description EventHandler<> View Source InterceptKeyEvent Intercepts KeyEvents in the window before dispatching KeyEvents to the child. If it returns true(consumed), no KeyEvent is delivered to the child. Declaration public event ReturnTypeEventHandler
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
Creates a new KVM Service handle.
+public KVMService(TizenShell tzShell, IWindowProvider win)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@Parameters
Methods
- View Source + View SourceCancelDrag()
@@ -172,7 +212,7 @@Declaration
- View Source + View SourceDispose()
@@ -188,7 +228,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -220,7 +260,7 @@Parameters
- View Source + View Source~KVMService()
@@ -236,7 +276,7 @@Declaration
- View Source + View SourceGetSourceMimetypes()
@@ -269,7 +309,7 @@Returns
- View Source + View SourcePerformDrop()
@@ -285,7 +325,7 @@Declaration
- View Source + View SourcePerformDrop(DropTarget)
@@ -318,7 +358,7 @@Parameters
- View Source + View SourceReceiveDragData(string)
@@ -352,7 +392,7 @@Parameters
- View Source + View SourceSetSecondarySelction()
@@ -370,7 +410,7 @@Declaration
- View Source + View SourceSetSecondarySelection()
@@ -386,7 +426,7 @@Declaration
- View Source + View SourceUnsetSecondarySelction()
@@ -404,7 +444,7 @@Declaration
- View Source + View SourceUnsetSecondarySelection()
@@ -422,7 +462,7 @@Declaration
Events
- View Source + View SourceDragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@Event Type
- View Source + View SourceDragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@Extension Methods
Extension Methods
Extension Methods
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
Creates a new Quickpanel Client handle.
+public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
QuickPanelClient.Types | +type | +The type of quickpanel service. + |
+
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@Parameters
Properties
- View Source + View SourceOrientation
@@ -194,7 +240,7 @@Property Value
- View Source + View SourceScrollable
@@ -226,7 +272,7 @@Property Value
- View Source + View SourceVisible
@@ -260,7 +306,7 @@Property Value
Methods
- View Source + View SourceDispose()
@@ -276,7 +322,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -308,7 +354,7 @@Parameters
- View Source + View Source~QuickPanelClient()
@@ -324,7 +370,7 @@Declaration
- View Source + View SourceHide()
@@ -340,7 +386,7 @@Declaration
- View Source + View SourceShow()
@@ -358,7 +404,7 @@Declaration
Events
- View Source + View SourceOrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@Event Type
- View Source + View Source + +RotationChanged
+Emits the event when the rotation(orientation) of the quickpanel service window is changed. +The value of the event argument represents the rotation angle in degrees.
+Declaration
+public event EventHandler<int> RotationChanged
+ Event Type
+Type | +Description | +
---|---|
EventHandler<><int> | ++ |
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@Extension Methods
Extension Methods
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
Creates a new Quickpanel Service handle.
+public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TzShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
QuickPanelService.Types | +type | +The type of quickpanel service. + |
+
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@Parameters
Properties
- View Source + View SourceServiceType
@@ -196,7 +242,7 @@Property Value
Methods
- View Source + View SourceDispose()
@@ -212,7 +258,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -244,7 +290,7 @@Parameters
- View Source + View Source~QuickPanelService()
@@ -260,7 +306,7 @@Declaration
- View Source + View SourceHide()
@@ -276,7 +322,7 @@Declaration
- View Source + View SourceLockScroll(bool)
@@ -310,7 +356,7 @@Parameters
- View Source + View SourceSetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@Parameters
- View Source + View SourceSetEffectType(EffectType)
@@ -384,7 +430,7 @@Parameters
- View Source + View SourceSetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@Parameters
- View Source + View SourceShow()
@@ -469,7 +515,7 @@Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
Creates a new Softkey Client handle.
+public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@Parameters
Properties
- View Source + View SourceExpand
@@ -188,7 +228,7 @@Property Value
- View Source + View SourceOpacity
@@ -220,7 +260,7 @@Property Value
- View Source + View SourceVisible
@@ -254,7 +294,7 @@Property Value
Methods
- View Source + View SourceDispose()
@@ -270,7 +310,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -302,7 +342,7 @@Parameters
- View Source + View Source~SoftkeyClient()
@@ -318,7 +358,7 @@Declaration
- View Source + View SourceHide()
@@ -334,7 +374,7 @@Declaration
- View Source + View SourceShow()
@@ -379,7 +419,7 @@Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
Creates a new Softkey Service handle.
+public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@Parameters
Methods
- View Source + View SourceDispose()
@@ -172,7 +212,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -204,7 +244,7 @@Parameters
- View Source + View Source~SoftkeyService()
@@ -220,7 +260,7 @@Declaration
- View Source + View SourceHide()
@@ -236,7 +276,7 @@Declaration
- View Source + View SourceShow()
@@ -254,7 +294,7 @@Declaration
Events
- View Source + View SourceExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@Event Type
- View Source + View SourceOpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@Event Type
- View Source + View SourceVisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@Extension Methods
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
Creates a new Taskbar Service handle.
+public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the taskbar service. + |
+
TaskbarService.PlaceType | +type | +The selected, predefined location on the screen the Taskbar should be placed on the screen. + |
+
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@Parameters
Methods
- View Source + View SourceDispose()
@@ -178,7 +224,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -210,7 +256,7 @@Parameters
- View Source + View Source~TaskbarService()
@@ -226,7 +272,7 @@Declaration
- View Source + View SourceSetPlaceType(PlaceType)
@@ -261,7 +307,7 @@Parameters
- View Source + View SourceSetSize(uint, uint)
@@ -332,7 +378,7 @@Extension Methods
Interface IWindowProvider
+ Interface IWindowProvider
Definition
- - Namespace:
- Tizen.Multimedia
- - Assembly:
- Tizen.Multimedia.dll
+
+ - Assembly:
- Tizen.dll
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
@@ -102,10 +102,10 @@ Definition
Properties
- View Source
+ View Source
-
- Height
+
+ Height
Gets the height of the window.
@@ -133,10 +133,10 @@ Property Value
- View Source
+ View Source
-
- Rotation
+
+ Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
@@ -164,10 +164,10 @@ Property Value
- View Source
+ View Source
-
- Width
+
+ Width
Gets the width of the window.
@@ -195,10 +195,10 @@ Property Value
- View Source
+ View Source
-
- WindowHandle
+
+ WindowHandle
Gets the window handle
@@ -221,7 +221,7 @@ Property Value
- Remarks
+ Remarks
This handle represents Ecore_Wl2_Window on native.
@@ -229,10 +229,10 @@ Remarks
- View Source
+ View Source
-
- X
+
+ X
Gets the x-coordinate of the window's position.
@@ -260,10 +260,10 @@ Property Value
- View Source
+ View Source
-
- Y
+
+ Y
Gets the y-coordinate of the window's position.
@@ -320,7 +320,7 @@ Extension Methods
diff --git a/devel/api/Tizen.Common.html b/devel/api/Tizen.Common.html
index 9f7c7e87b8e..ee6fb54d429 100644
--- a/devel/api/Tizen.Common.html
+++ b/devel/api/Tizen.Common.html
@@ -95,6 +95,11 @@
Structs
Color
Structure that represents a color as RGBA.
+
+ Interfaces
+
+ IWindowProvider
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
diff --git a/devel/api/Tizen.Multimedia.Display.html b/devel/api/Tizen.Multimedia.Display.html
index bfb0845512f..f20746cc6f3 100644
--- a/devel/api/Tizen.Multimedia.Display.html
+++ b/devel/api/Tizen.Multimedia.Display.html
@@ -114,7 +114,7 @@ Definition
Constructors
- View Source
+ View Source
Display(Window)
@@ -154,11 +154,11 @@ See Also
- View Source
+ View Source
- Display(IWindowProvider, bool)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider, bool)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -176,9 +176,9 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
@@ -189,11 +189,11 @@ Parameters
- Remarks
+ Remarks
UI sync is only for Player and
DisplaySettings will not work in UI sync mode.
- See Also
+ See Also
- View Source
+ View Source
- Display(IWindowProvider)
- Initializes a new instance of the Display class with an IWindowProvider interface.
+ Display(IWindowProvider)
+ Initializes a new instance of the Display class with an interface.
Declaration
@@ -226,14 +226,14 @@ Parameters
- IWindowProvider
+ IWindowProvider
window
- An IWindowProvider object that provides a handle to a window.
+ An object that provides a handle to a window.
- See Also
+ See Also
- View Source
+ View Source
Display(MediaView)
@@ -284,7 +284,7 @@ See
- View Source
+ View Source
Display(Window, bool)
@@ -336,7 +336,7 @@
- View Source
+ View Source
Display(Window)
@@ -415,7 +415,7 @@ See Also
diff --git a/devel/api/Tizen.Multimedia.html b/devel/api/Tizen.Multimedia.html
index da452ed179d..48775e74341 100644
--- a/devel/api/Tizen.Multimedia.html
+++ b/devel/api/Tizen.Multimedia.html
@@ -503,9 +503,6 @@
IMediaBuffer
IPreviewPlane
Provides interface for various preview plane types.
-
- IWindowProvider
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
Enums
diff --git a/devel/api/Tizen.NUI.Window.html b/devel/api/Tizen.NUI.Window.html
index fbf89ca1fee..9452494bfb8 100644
--- a/devel/api/Tizen.NUI.Window.html
+++ b/devel/api/Tizen.NUI.Window.html
@@ -95,7 +95,7 @@ Definition
- public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
@@ -120,6 +120,7 @@ Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/devel/api/toc.html b/devel/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/devel/api/toc.html
+++ b/devel/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/index.json b/index.json
index ed6865cbeff..a9f285b945b 100644
--- a/index.json
+++ b/index.json
@@ -22112,7 +22112,7 @@
"API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html": {
"href": "API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html",
"title": "Delegate CollectionSynchronizationCallback",
- "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.XamlBuild.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
+ "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API11/api/Tizen.NUI.Binding.ColorTypeConverter.html": {
"href": "API11/api/Tizen.NUI.Binding.ColorTypeConverter.html",
@@ -22232,7 +22232,7 @@
"API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html",
"title": "Enum SetValueFlags",
- "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.XamlBuild.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
+ "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
},
"API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html",
@@ -32957,7 +32957,12 @@
"API12/api/Tizen.Common.html": {
"href": "API12/api/Tizen.Common.html",
"title": "Namespace Tizen.Common",
- "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA."
+ "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA. Interfaces IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, etc."
+ },
+ "API12/api/Tizen.Common.IWindowProvider.html": {
+ "href": "API12/api/Tizen.Common.IWindowProvider.html",
+ "title": "Interface IWindowProvider",
+ "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Common Assembly: Tizen.dll The IWindowProvider interface provides the window handle and information about the window's position, size, etc. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API12/api/Tizen.Content.Download.CacheManager.html": {
"href": "API12/api/Tizen.Content.Download.CacheManager.html",
@@ -34602,7 +34607,7 @@
"API12/api/Tizen.Multimedia.Display.html": {
"href": "API12/api/Tizen.Multimedia.Display.html",
"title": "Class Display",
- "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
+ "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
},
"API12/api/Tizen.Multimedia.DoublePlane.html": {
"href": "API12/api/Tizen.Multimedia.DoublePlane.html",
@@ -34667,7 +34672,7 @@
"API12/api/Tizen.Multimedia.html": {
"href": "API12/api/Tizen.Multimedia.html",
"title": "Namespace Tizen.Multimedia",
- "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
+ "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
},
"API12/api/Tizen.Multimedia.IMediaBuffer.html": {
"href": "API12/api/Tizen.Multimedia.IMediaBuffer.html",
@@ -34679,11 +34684,6 @@
"title": "Interface IPreviewPlane",
"keywords": "Interface IPreviewPlane Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.Camera.dll Provides interface for various preview plane types. public interface IPreviewPlane Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
- "API12/api/Tizen.Multimedia.IWindowProvider.html": {
- "href": "API12/api/Tizen.Multimedia.IWindowProvider.html",
- "title": "Interface IWindowProvider",
- "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
- },
"API12/api/Tizen.Multimedia.Location.html": {
"href": "API12/api/Tizen.Multimedia.Location.html",
"title": "Class Location",
@@ -42972,7 +42972,7 @@
"API12/api/Tizen.NUI.Window.html": {
"href": "API12/api/Tizen.NUI.Window.html",
"title": "Class Window",
- "keywords": "Class Window Definition Namespace: Tizen.NUI Assembly: Tizen.NUI.dll The window class is used internally for drawing. The window has an orientation and indicator properties. public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable Inheritance object BindableObject Element BaseHandle Window Implements IDynamicResourceHandler INameScope System.IDisposable Constructors View Source Window(string, IBorderInterface, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, IBorderInterface borderInterface, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. IBorderInterface borderInterface IBorderInterfaceIf borderInterface is null, defaultBorder is enabled. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, WindowData) Creates a new Window with a specific name using WindowData. This creates an extra window in addition to the default main window Declaration public Window(string name, WindowData windowData) Parameters Type Name Description string name The name for extra window. WindowData windowData The window data View Source Window(Rectangle, bool) Creates a new Window. This creates an extra window in addition to the default main window Declaration public Window(Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. Properties View Source BackgroundColor The background color property. Declaration public Color BackgroundColor { get; set; } Property Value Type Description Color View Source Default Gets the default window. The main window or default window is automatically created when the application is launched, and it remains constant and unchanged throughout the application's operation. Declaration public static Window Default { get; } Property Value Type Description Window View Source DispatchHoverMotion Gets or sets the status of whether motion event of Hover can be dispatched. If a Window's DispatchHoverMotion is set to false, then it's can not will receive motion event of HoverEvent. Declaration public bool DispatchHoverMotion { get; set; } Property Value Type Description bool View Source DispatchTouchMotion Gets or sets the status of whether motion event of Touch can be dispatched. If a Window's DispatchTouchMotion is set to false, then it's can not will receive motion event of TouchEvent. Declaration public bool DispatchTouchMotion { get; set; } Property Value Type Description bool View Source Dpi The DPI property (read-only). Retrieves the DPI of the display device to which the Window is connected. Declaration public Vector2 Dpi { get; } Property Value Type Description Vector2 View Source Instance The stage instance property (read-only). Gets the current window. Declaration public static Window Instance { get; } Property Value Type Description Window View Source IsAlwaysOnTop Gets or sets a value indicating whether the window is alwats on top of other windows or not. Its behavior is effective among windows with the same notification level. Declaration public bool IsAlwaysOnTop { get; set; } Property Value Type Description bool View Source IsBorderEnabled Whether the border is enabled. Declaration public bool IsBorderEnabled { get; } Property Value Type Description bool View Source IsModal Gets or sets a value indicating whether the window is modal or not. The modal property of a window requires that it be set to a parent window. The window modal function operates on the specified parent window. Declaration public bool IsModal { get; set; } Property Value Type Description bool View Source LayerCount The layer count property (read-only). Queries the number of on-Window layers. Declaration public uint LayerCount { get; } Property Value Type Description uint View Source NativeHandle Get Native Window handle. How to get Native Window handle Window window = NUIApplication.GetDefaultWindow(); var handle = window.NativeHandle; if(handle.IsInvalid == false) { IntPtr nativeHandle = handle.DangerousGetHandle(); // do something with nativeHandle } Declaration public SafeHandle NativeHandle { get; } Property Value Type Description SafeHandle View Source PartialUpdate Gets or sets whether the window will update partial area or full area. If this value is true, window will update and render partial area. If false, full area updated. Declaration public bool PartialUpdate { get; set; } Property Value Type Description bool View Source RenderingBehavior The rendering behavior of a Window. Declaration public RenderingBehaviorType RenderingBehavior { get; set; } Property Value Type Description RenderingBehaviorType View Source Size The window size property (read-only). Declaration public Size2D Size { get; } Property Value Type Description Size2D View Source Title Gets/Sets a window title. Declaration public string Title { get; set; } Property Value Type Description string View Source Type Gets or sets a window type. Most of window type can be set to use WindowType, except for IME type. IME type can be set to use one of NUIApplication's constrcutors. Declaration public WindowType Type { get; set; } Property Value Type Description WindowType View Source WindowPosition Gets or sets a position of the window. Declaration public Position2D WindowPosition { get; set; } Property Value Type Description Position2D View Source WindowPositionSize Sets position and size of the window. This API guarantees that both moving and resizing of window will appear on the screen at once. Declaration public Rectangle WindowPositionSize { get; set; } Property Value Type Description Rectangle View Source WindowPositionSizeWithBorder Gets position and size of the border window Declaration public Rectangle WindowPositionSizeWithBorder { get; } Property Value Type Description Rectangle The total window size including the border area in the default window. View Source WindowSize Gets or sets a size of the window. Declaration public Size2D WindowSize { get; set; } Property Value Type Description Size2D View Source WindowSizeWithBorder Gets size of the border window Declaration public Size2D WindowSizeWithBorder { get; } Property Value Type Description Size2D The total window size including the border area in the default window. Methods View Source Activate() Activates the window to the top of the window stack even it is iconified. Declaration public void Activate() View Source Add(View) Add a child view to window. Declaration public void Add(View view) Parameters Type Name Description View view the child should be added to the window. View Source AddAuxiliaryHint(string, string) Creates an auxiliary hint of the window. Declaration public uint AddAuxiliaryHint(string hint, string value) Parameters Type Name Description string hint The auxiliary hint string. string value The value string. Returns Type Description uint The ID of created auxiliary hint, or 0 on failure. View Source AddAvailableOrientation(WindowOrientation) Adds an orientation to the list of available orientations. Declaration public void AddAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to add View Source AddFramePresentedCallback(FrameCallbackType, int) Adds a callback that is called when the frame is displayed on the display. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFramePresentedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameRenderedCallback(FrameCallbackType, int) Adds a callback that is called when the frame rendering is done by the graphics driver. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFrameRenderedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface, View) Add FrameUpdateCallback with root view. FrameUpdateCallbackInterface can only detach Views under given view. Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback, View rootView) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View rootView Remarks We can give rootView as null if we want to make frameUpdateCallback don't have any dependency with some view. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface) Add FrameUpdateCallback Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source AddLayer(Layer) Adds a layer to the stage. Declaration public void AddLayer(Layer layer) Parameters Type Name Description Layer layer Layer to add. View Source CursorVisibleSet(bool) Sets visibility on/off of cursor Declaration public void CursorVisibleSet(bool visible) Parameters Type Name Description bool visible The visibility of cursor. View Source Destroy() Destroy the window immediately. Declaration public void Destroy() View Source Dispose(DisposeTypes) Dispose for Window Declaration protected override void Dispose(DisposeTypes type) Parameters Type Name Description DisposeTypes type Overrides BaseHandle.Dispose(DisposeTypes) View Source EnableFloatingMode(bool) Enables the floating mode of window. The floating mode is to support window is moved or resized by display server. For example, if the video-player window sets the floating mode, then display server changes its geometry and handles it like a popup. The way of handling floating mode window is decided by display server. A special display server(as a Tizen display server) supports this mode. Declaration public void EnableFloatingMode(bool enable) Parameters Type Name Description bool enable Enable floating mode or not. View Source ExcludeInputRegion(Rectangle) This function excludes input regions. It can be used multiple times and supports multiple regions. It means input region will be reduced. Nofice, should be set input area by IncludeInputRegion() before this function is used. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void ExcludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The excluded region to except input events. View Source FeedKey(Key) Feeds a key event into the window. Declaration public void FeedKey(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FeedKeyEvent(Key) Feed a key-event into the window. Declaration public static void FeedKeyEvent(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FindLayerByID(uint) Search through this Window for a Layer with the given unique ID. Declaration public Layer FindLayerByID(uint id) Parameters Type Name Description uint id The ID of the Layer to find. Returns Type Description Layer A handle to the Layer if found, or an empty handle if not. Remarks Hidden-API View Source Get(View) A helper method to get the current window where the view is added Declaration public static Window Get(View view) Parameters Type Name Description View view The View added to the window Returns Type Description Window A Window. View Source GetAuxiliaryHintId(string) Gets an ID of the auxiliary hint string. Declaration public uint GetAuxiliaryHintId(string hint) Parameters Type Name Description string hint The auxiliary hint string. Returns Type Description uint The ID of auxiliary hint string, or 0 on failure. View Source GetAuxiliaryHintValue(uint) Gets a value of the auxiliary hint. Declaration public string GetAuxiliaryHintValue(uint id) Parameters Type Name Description uint id The auxiliary hint ID. Returns Type Description string The string value of the auxiliary hint ID, or an empty string if none exists. View Source GetBrightness() Gets the preferred brightness of the window. Declaration public int GetBrightness() Returns Type Description int The preferred brightness. View Source GetCurrentOrientation() Gets current orientation of the window. Declaration public Window.WindowOrientation GetCurrentOrientation() Returns Type Description Window.WindowOrientation The current window orientation if previously set, or none. View Source GetDefaultLayer() Gets the default ( root ) layer. Declaration public Layer GetDefaultLayer() Returns Type Description Layer The root layer. View Source GetDirection(float, float) Calculates which direction to resize or to move. Declaration public Window.BorderDirection GetDirection(float xPosition, float yPosition) Parameters Type Name Description float xPosition The X position. float yPosition The Y position. Returns Type Description Window.BorderDirection The BorderDirection View Source GetFullScreen() Gets whether the full screen sized window or not. Declaration public bool GetFullScreen() Returns Type Description bool Returns true if the full screen sized window is. View Source GetKeyboardHorizentalRepeatInfo(out float, out float) Gets the keyboard repeat information of horizontal way. Declaration public bool GetKeyboardHorizentalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardRepeatInfo(out float, out float) Gets the keyboard repeat information. Declaration public bool GetKeyboardRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardVerticalRepeatInfo(out float, out float) Gets the keyboard repeat information of vertical way. Declaration public bool GetKeyboardVerticalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetLastHoverEvent() Gets the last hover event the window gets. Declaration public Hover GetLastHoverEvent() Returns Type Description Hover The last hover event the window gets. Remarks We will use weak reference of last hover events. Return value will be invalidated if last hover event changed internally. View Source GetLastKeyEvent() Gets the last key event the window gets. Declaration public Key GetLastKeyEvent() Returns Type Description Key The last key event the window gets. Remarks We will use weak reference of last key events. Return value will be invalidated if last key event changed internally. View Source GetLastPanGestureState() Gets the last pan gesture state the window gets. Declaration public Gesture.StateType GetLastPanGestureState() Returns Type Description Gesture.StateType The last pan gesture state the window gets. View Source GetLastTouchEvent() Gets the last touch event the window gets. Declaration public Touch GetLastTouchEvent() Returns Type Description Touch The last touch event the window gets. Remarks We will use weak reference of last touch events. Return value will be invalidated if last touch event changed internally. View Source GetLayer(uint) Retrieves the layer at a specified depth. Declaration public Layer GetLayer(uint depth) Parameters Type Name Description uint depth The layer's depth index. Returns Type Description Layer The layer found at the given depth. View Source GetNativeId() Get native window ID Declaration public int GetNativeId() Returns Type Description int native window ID View Source GetNotificationLevel() Gets a priority level for the specified notification window. Declaration public NotificationLevel GetNotificationLevel() Returns Type Description NotificationLevel The notification window level. View Source GetOverlayLayer() Gets the overlay layer. Declaration public Layer GetOverlayLayer() Returns Type Description Layer The overlay layer. View Source GetParent() Gets parent window of the window. Declaration public Window GetParent() Returns Type Description Window The parent window of the window. View Source GetPreferredOrientation() Gets the preferred orientation. Declaration public Window.WindowOrientation GetPreferredOrientation() Returns Type Description Window.WindowOrientation The preferred orientation if previously set, or none. View Source GetRenderTaskList() Declaration public RenderTaskList GetRenderTaskList() Returns Type Description RenderTaskList View Source GetScreenOffMode() Gets the screen mode of the window. Declaration public ScreenOffMode GetScreenOffMode() Returns Type Description ScreenOffMode The screen off mode. View Source GetSupportedAuxiliaryHint(uint) Gets the supported auxiliary hint string of the window. Declaration public string GetSupportedAuxiliaryHint(uint index) Parameters Type Name Description uint index The index of the supported auxiliary hint lists. Returns Type Description string The auxiliary hint string of the index. View Source GetSupportedAuxiliaryHintCount() Gets the count of supported auxiliary hints of the window. Declaration public uint GetSupportedAuxiliaryHintCount() Returns Type Description uint The number of supported auxiliary hints. View Source GrabKey(int, KeyGrabMode) Grabs the key specified by a key for a window in a GrabMode. Details: This function can be used for following example scenarios: TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app. Mobile - When a user presses the Home key, the homescreen appears regardless of the current foreground app. Mobile - Using the volume up or down as zoom up or down in camera apps. Declaration public bool GrabKey(int DaliKey, Window.KeyGrabMode GrabMode) Parameters Type Name Description int DaliKey The key code to grab. Window.KeyGrabMode GrabMode The grab mode for the key. Returns Type Description bool True if the grab succeeds. View Source GrabKeyTopmost(int) Grabs the key specified by a key for a window only when a window is the topmost window. This function can be used for following example scenarios: Mobile - Using volume up or down as zoom up or down in camera apps. Declaration public bool GrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to grab. Returns Type Description bool True if the grab succeeds. View Source Hide() Hides the window if it is showing. Declaration public void Hide() View Source IncludeInputRegion(Rectangle) Includes input region. This function inlcudes input regions. It can be used multiple times and supports multiple regions. It means input region will be extended. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void IncludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The included region to accept input events. View Source IsFloatingModeEnabled() Returns whether the window is floating mode or not. Declaration public bool IsFloatingModeEnabled() Returns Type Description bool True if the window is enabled floating mode, false otherwise. View Source IsFocusAcceptable() Returns whether the window accepts a focus or not. Declaration public bool IsFocusAcceptable() Returns Type Description bool True if the window accepts a focus, false otherwise. View Source IsMaximized() Returns whether the window is maximized or not. Declaration public bool IsMaximized() Returns Type Description bool True if the window is maximized, false otherwise. View Source IsMinimized() Returns whether the window is minimized or not. Declaration public bool IsMinimized() Returns Type Description bool True if the window is minimized, false otherwise. View Source IsOpaqueState() Returns whether a transparent window's visual state is opaque or not. Declaration public bool IsOpaqueState() Returns Type Description bool True if the window's visual state is opaque, false otherwise. Remarks The return value has no meaning on an opaque window. View Source IsVisible() Retrieves whether the window is visible or not. Declaration public bool IsVisible() Returns Type Description bool True if the window is visible. View Source IsWindowRotating() Query whether window is rotating or not. Declaration public bool IsWindowRotating() Returns Type Description bool True if window is rotating, false otherwise. View Source KeepRendering(float) Keep rendering for at least the given amount of time. Declaration public void KeepRendering(float durationSeconds) Parameters Type Name Description float durationSeconds Time to keep rendering, 0 means render at least one more frame. View Source KeyboardGrab(DeviceSubClassType) Requests grab key events according to the requested device subtype Declaration public bool KeyboardGrab(DeviceSubClassType deviceSubclass) Parameters Type Name Description DeviceSubClassType deviceSubclass The deviceSubclass type. Returns Type Description bool True if KeyboardGrab succeeds. View Source KeyboardUnGrab() Requests ungrab key events Declaration public bool KeyboardUnGrab() Returns Type Description bool True if KeyboardUnGrab succeeds. View Source LazyFeedHover(uint) Feeds a hover event into the window. This is feed after a default time of 48 ms. You can also set this time. Declaration public void LazyFeedHover(uint time = null) Parameters Type Name Description uint time The time of how much later it will be feed (default is 48ms) Remarks If you want to do FeedHover after the UI is updated, it is recommended to set the time to at least 16ms. This will be a good time waiting for the UI to update. and LazyFeedHover called within the set time are ignored. Only the last request becomes a FeedHover. View Source LockedPointerCursorPositionHintSet(int, int) Sets the locked pointer cursor position hintset Declaration public void LockedPointerCursorPositionHintSet(int x, int y) Parameters Type Name Description int x The x position. int y The y position. View Source LockedPointerRegionSet(int, int, int, int) Sets the locked pointer region. Declaration public void LockedPointerRegionSet(int x, int y, int width, int height) Parameters Type Name Description int x The x position. int y The y position. int width The width. int height The height. View Source Lower() Lowers the window to the bottom of the window stack. Declaration public void Lower() View Source Maximize(bool) Maximizes window's size. If this function is called with true, window will be resized with screen size. Otherwise window will be resized with previous size. It is for the window's MAX button in window's border. If window border is supported by display server, it is not necessary. Declaration public void Maximize(bool max) Parameters Type Name Description bool max If window is maximized or unmaximized. View Source Minimize(bool) Minimizes window's size. If this function is called with true, window will be iconified. Otherwise window will be activated. It is for the window's MIN button in window border. If window border is supported by display server, it is not necessary. Declaration public void Minimize(bool min) Parameters Type Name Description bool min If window is minimized or unminimized. View Source ObjectDump() Declaration public void ObjectDump() View Source PointerConstraintsLock() Sets the pointer constraints lock. Declaration public bool PointerConstraintsLock() Returns Type Description bool True if PointerConstraintsLock succeeds. View Source PointerConstraintsUnlock() Sets the pointer constraints unlock. Declaration public bool PointerConstraintsUnlock() Returns Type Description bool True if PointerConstraintsUnlock succeeds. View Source PointerWarp(int, int) Sets the pointer warp. The pointer moves to the set coordinates. Declaration public bool PointerWarp(int x, int y) Parameters Type Name Description int x The x position. int y The y position. Returns Type Description bool True if PointerWarp succeeds. View Source Raise() Raises the window to the top of the window stack. Declaration public void Raise() View Source ReleaseSwigCPtr(HandleRef) Declaration protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr) Parameters Type Name Description Tizen.System.Runtime.InteropServices.HandleRef swigCPtr Overrides BaseHandle.ReleaseSwigCPtr(Runtime.InteropServices.HandleRef) View Source Remove(View) Remove a child view from window. Declaration public void Remove(View view) Parameters Type Name Description View view the child to be removed. View Source RemoveAuxiliaryHint(uint) Removes an auxiliary hint of the window. Declaration public bool RemoveAuxiliaryHint(uint id) Parameters Type Name Description uint id The ID of the auxiliary hint. Returns Type Description bool True if no error occurred, false otherwise. View Source RemoveAvailableOrientation(WindowOrientation) Removes an orientation from the list of available orientations. Declaration public void RemoveAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to remove. View Source RemoveFrameUpdateCallback(FrameUpdateCallbackInterface) Remove FrameUpdateCallback Declaration public void RemoveFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source RemoveLayer(Layer) Removes a layer from the stage. Declaration public void RemoveLayer(Layer layer) Parameters Type Name Description Layer layer Layer to remove. View Source RenderOnce() Allows at least one more render, even when paused. The window should be shown, not minimised. Declaration public void RenderOnce() View Source RequestMoveToServer() Requests to display server for the window is moved by display server. It can be work with setting window floating mode. Declaration public void RequestMoveToServer() View Source RequestResizeToServer(ResizeDirection) Requests to display server for the window is resized by display server. It can be work with setting window floating mode. Declaration public void RequestResizeToServer(Window.ResizeDirection direction) Parameters Type Name Description Window.ResizeDirection direction It is indicated the window's side or edge for starting point. View Source SendRotationCompletedAcknowledgement() send the Acknowledgement to complete window rotation. For this function, SetNeedsRotationCompletedAcknowledgement should be already called with true. Declaration public void SendRotationCompletedAcknowledgement() View Source SetAcceptFocus(bool) Sets whether the window accepts a focus or not. Declaration public void SetAcceptFocus(bool accept) Parameters Type Name Description bool accept If a focus is accepted or not. The default is true. View Source SetAuxiliaryHintValue(uint, string) Changes a value of the auxiliary hint. Declaration public bool SetAuxiliaryHintValue(uint id, string value) Parameters Type Name Description uint id The auxiliary hint ID. string value The value string to be set. Returns Type Description bool True if no error occurred, false otherwise. View Source SetAvailableOrientations(List) Sets available orientations of the window. This API is for setting several orientations one time. Declaration public void SetAvailableOrientations(List orientations) Parameters Type Name Description List<> orientations The list of orientations. View Source SetBrightness(int) Sets preferred brightness of the window. Declaration public bool SetBrightness(int brightness) Parameters Type Name Description int brightness The preferred brightness (0 to 100). Returns Type Description bool True if no error occurred, false otherwise. View Source SetClass(string, string) Sets the window name and the class string. Declaration public void SetClass(string name, string klass) Parameters Type Name Description string name The name of the window. string klass The class of the window. View Source SetFullScreen(bool) Sets to resize window with full screen. If full screen size is set for the window, window will be resized with full screen. In addition, the full screen sized window's z-order is the highest. Declaration public void SetFullScreen(bool fullscreen) Parameters Type Name Description bool fullscreen If fullscreen is true, set fullscreen or unset. View Source SetInputRegion(Rectangle) Sets a region to accept input events. Declaration public void SetInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The region to accept input events. View Source SetKeyboardHorizentalRepeatInfo(float, float) Sets the keyboard repeat information of horizontal way. Declaration public bool SetKeyboardHorizentalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardRepeatInfo(float, float) Sets the keyboard repeat information. Declaration public bool SetKeyboardRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardVerticalRepeatInfo(float, float) Sets the keyboard repeat information of vertical way. Declaration public bool SetKeyboardVerticalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetLayout(uint, uint, uint, uint, uint, uint) Sets the layout of the window. Declaration public void SetLayout(uint numCols, uint numRows, uint column, uint row, uint colSpan, uint rowSpan) Parameters Type Name Description uint numCols The number of columns in the layout. uint numRows The number of rows in the layout. uint column The column number of the window within the layout. uint row The row number of the window within the layout. uint colSpan The number of columns the window should span within the layout. uint rowSpan The number of rows the window should span within the layout. View Source SetLayout(WindowLayoutType) Sets the layout of the window. Declaration public void SetLayout(WindowLayoutType layoutType) Parameters Type Name Description WindowLayoutType layoutType The type of layout to set for the window. View Source SetMaximumSize(Size2D) Sets window's maximum size. It is to set the maximized size when window is maximized or the window's size is increased by RequestResizeToServer(). Although the size is set by this function, window's size can be increased over the limitation by SetPositionSize() or SetSize(). After setting, if Maximize() is called, window is resized with the setting size and move the center. Declaration public void SetMaximumSize(Size2D size) Parameters Type Name Description Size2D size the maximum size. View Source SetMimimumSize(Size2D) Sets window's minimum size. It is to set the minimum size when window's size is decreased by RequestResizeToServer(). Although the size is set by this function, window's size can be decreased over the limitation by SetPositionSize() or SetSize(). Declaration public void SetMimimumSize(Size2D size) Parameters Type Name Description Size2D size the minimum size. View Source SetNeedsRotationCompletedAcknowledgement(bool) Sets the necessary for window rotation Acknowledgement. After this function called, SendRotationCompletedAcknowledgement() should be called to complete window rotation. This function is supprot that application has the window rotation acknowledgement's control. It means display server waits when application's rotation work is finished. It is useful application has the other rendering engine which works asynchronous. For instance, GlView. Declaration public void SetNeedsRotationCompletedAcknowledgement(bool needAcknowledgement) Parameters Type Name Description bool needAcknowledgement the flag is true if window rotation acknowledge is sent. View Source SetNotificationLevel(NotificationLevel) Sets a priority level for the specified notification window. Declaration public bool SetNotificationLevel(NotificationLevel level) Parameters Type Name Description NotificationLevel level The notification window level. Returns Type Description bool True if no error occurred, false otherwise. View Source SetOpaqueState(bool) Sets a transparent window's visual state to opaque. If a visual state of a transparent window is opaque, then the window manager could handle it as an opaque window when calculating visibility. Declaration public void SetOpaqueState(bool opaque) Parameters Type Name Description bool opaque Whether the window's visual state is opaque. Remarks This will have no effect on an opaque window. It doesn't change transparent window to opaque window but lets the window manager know the visual state of the window. View Source SetParent(Window, bool) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. This function has the additional flag whether the child is located above or below of the parent. Declaration public void SetParent(Window parent, bool belowParent) Parameters Type Name Description Window parent The parent window. bool belowParent The flag is whether the child is located above or below of the parent. View Source SetParent(Window) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. Initially, the window is located on top of the parent. The window can go below parent by calling Lower(). If parent's window stack is changed by calling Raise() or Lower(), child windows are located on top of the parent again. Declaration public void SetParent(Window parent) Parameters Type Name Description Window parent The parent window. View Source SetPreferredOrientation(WindowOrientation) Sets a preferred orientation. Declaration public void SetPreferredOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The preferred orientation. View Source SetScreenOffMode(ScreenOffMode) Sets a window's screen off mode. Declaration public bool SetScreenOffMode(ScreenOffMode screenOffMode) Parameters Type Name Description ScreenOffMode screenOffMode The screen mode. Returns Type Description bool True if no error occurred, false otherwise. View Source SetTransparency(bool) Sets whether the window is transparent or not. Declaration public void SetTransparency(bool transparent) Parameters Type Name Description bool transparent Whether the window is transparent or not. View Source Show() Shows the window if it is hidden. Declaration public void Show() View Source UngrabKey(int) Ungrabs the key specified by a key for a window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKey(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source UngrabKeyTopmost(int) Ungrabs the key specified by a key for the window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source Unparent() Unsets parent window of the window. After unsetting, the window is disconnected his parent window. Declaration public void Unparent() View Source VisibiltyChangedSignalEmit(bool) VisibiltyChangedSignalEmit Declaration public void VisibiltyChangedSignalEmit(bool visibility) Parameters Type Name Description bool visibility Events View Source AccessibilityHighlight Emits the event when the window needs to grab or clear highlight. Declaration public event EventHandler AccessibilityHighlight Event Type Type Description EventHandler<> View Source AuxiliaryMessage Auxiliary message is sent by displayer server when window's auxiliary was changed then display server sent the message. When client application added the window's auxiliary hint and if the auxiliary is changed, display server send the auxiliary message. Auxiliary message has the key, value and options. Declaration public event EventHandler AuxiliaryMessage Event Type Type Description EventHandler<> View Source FocusChanged FocusChanged event. Declaration public event EventHandler FocusChanged Event Type Type Description EventHandler<> View Source HoverEvent An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user. The hovered signal is emitted when the hover input is received. Declaration public event EventHandler HoverEvent Event Type Type Description EventHandler<> View Source InsetsChanged Emits the event when the window insets changes by status bar, virtual keyboard, or clipboard appears and disappears. Declaration public event EventHandler InsetsChanged Event Type Type Description EventHandler<> View Source InterceptKeyEvent Intercepts KeyEvents in the window before dispatching KeyEvents to the child. If it returns true(consumed), no KeyEvent is delivered to the child. Declaration public event ReturnTypeEventHandler
The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
+The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
Definition
Properties
- View Source
+ View Source
-
- Height
+
+ Height
Gets the height of the window.
@@ -133,10 +133,10 @@ Property Value
- View Source
+ View Source
-
- Rotation
+
+ Rotation
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
@@ -164,10 +164,10 @@ Property Value
- View Source
+ View Source
-
- Width
+
+ Width
Gets the width of the window.
@@ -195,10 +195,10 @@ Property Value
- View Source
+ View Source
-
- WindowHandle
+
+ WindowHandle
Gets the window handle
@@ -221,7 +221,7 @@ Property Value
- Remarks
+ Remarks
This handle represents Ecore_Wl2_Window on native.
@@ -229,10 +229,10 @@ Remarks
- View Source
+ View Source
-
- X
+
+ X
Gets the x-coordinate of the window's position.
@@ -260,10 +260,10 @@ Property Value
- View Source
+ View Source
-
- Y
+
+ Y
Gets the y-coordinate of the window's position.
@@ -320,7 +320,7 @@ Extension Methods
diff --git a/devel/api/Tizen.Common.html b/devel/api/Tizen.Common.html
index 9f7c7e87b8e..ee6fb54d429 100644
--- a/devel/api/Tizen.Common.html
+++ b/devel/api/Tizen.Common.html
@@ -95,6 +95,11 @@
Structs
Color
Structure that represents a color as RGBA.
+
+ Interfaces
+
+ IWindowProvider
+ The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
Gets the height of the window.
Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270.
Gets the width of the window.
Gets the window handle
This handle represents Ecore_Wl2_Window on native.
Gets the x-coordinate of the window's position.
Gets the y-coordinate of the window's position.
Structure that represents a color as RGBA.
+The IWindowProvider interface provides the window handle and information about the window's position, size, etc.
Constructors
- View Source + View SourceDisplay(Window)
@@ -154,11 +154,11 @@See Also
- View Source + View Source -Display(IWindowProvider, bool)
-Initializes a new instance of the Display class with an IWindowProvider interface.
+Display(IWindowProvider, bool)
+Initializes a new instance of the Display class with an
Declaration
@@ -176,9 +176,9 @@Parameters
An IWindowProvider object that provides a handle to a window.
+An
Parameters
Remarks
+Remarks
UI sync is only for Player and DisplaySettings will not work in UI sync mode.
See Also
+See Also
- View Source + View Source -Display(IWindowProvider)
-Initializes a new instance of the Display class with an IWindowProvider interface.
+Display(IWindowProvider)
+Initializes a new instance of the Display class with an
Declaration
@@ -226,14 +226,14 @@Parameters
An IWindowProvider object that provides a handle to a window.
+An
See Also
+See Also
- View Source + View SourceDisplay(MediaView)
@@ -284,7 +284,7 @@See
- View Source
+ View Source
Display(Window, bool)
@@ -336,7 +336,7 @@
Display(Window)
@@ -415,7 +415,7 @@See Also
IMediaBuffer
IPreviewPlane
Provides interface for various preview plane types.
-
- IWindowProvider
- The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
Enums
diff --git a/devel/api/Tizen.NUI.Window.html b/devel/api/Tizen.NUI.Window.html
index fbf89ca1fee..9452494bfb8 100644
--- a/devel/api/Tizen.NUI.Window.html
+++ b/devel/api/Tizen.NUI.Window.html
@@ -95,7 +95,7 @@ Definition
- public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
@@ -120,6 +120,7 @@ Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/devel/api/toc.html b/devel/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/devel/api/toc.html
+++ b/devel/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/index.json b/index.json
index ed6865cbeff..a9f285b945b 100644
--- a/index.json
+++ b/index.json
@@ -22112,7 +22112,7 @@
"API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html": {
"href": "API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html",
"title": "Delegate CollectionSynchronizationCallback",
- "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.XamlBuild.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
+ "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API11/api/Tizen.NUI.Binding.ColorTypeConverter.html": {
"href": "API11/api/Tizen.NUI.Binding.ColorTypeConverter.html",
@@ -22232,7 +22232,7 @@
"API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html",
"title": "Enum SetValueFlags",
- "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.XamlBuild.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
+ "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
},
"API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html",
@@ -32957,7 +32957,12 @@
"API12/api/Tizen.Common.html": {
"href": "API12/api/Tizen.Common.html",
"title": "Namespace Tizen.Common",
- "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA."
+ "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA. Interfaces IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, etc."
+ },
+ "API12/api/Tizen.Common.IWindowProvider.html": {
+ "href": "API12/api/Tizen.Common.IWindowProvider.html",
+ "title": "Interface IWindowProvider",
+ "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Common Assembly: Tizen.dll The IWindowProvider interface provides the window handle and information about the window's position, size, etc. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API12/api/Tizen.Content.Download.CacheManager.html": {
"href": "API12/api/Tizen.Content.Download.CacheManager.html",
@@ -34602,7 +34607,7 @@
"API12/api/Tizen.Multimedia.Display.html": {
"href": "API12/api/Tizen.Multimedia.Display.html",
"title": "Class Display",
- "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
+ "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
},
"API12/api/Tizen.Multimedia.DoublePlane.html": {
"href": "API12/api/Tizen.Multimedia.DoublePlane.html",
@@ -34667,7 +34672,7 @@
"API12/api/Tizen.Multimedia.html": {
"href": "API12/api/Tizen.Multimedia.html",
"title": "Namespace Tizen.Multimedia",
- "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
+ "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
},
"API12/api/Tizen.Multimedia.IMediaBuffer.html": {
"href": "API12/api/Tizen.Multimedia.IMediaBuffer.html",
@@ -34679,11 +34684,6 @@
"title": "Interface IPreviewPlane",
"keywords": "Interface IPreviewPlane Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.Camera.dll Provides interface for various preview plane types. public interface IPreviewPlane Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
- "API12/api/Tizen.Multimedia.IWindowProvider.html": {
- "href": "API12/api/Tizen.Multimedia.IWindowProvider.html",
- "title": "Interface IWindowProvider",
- "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
- },
"API12/api/Tizen.Multimedia.Location.html": {
"href": "API12/api/Tizen.Multimedia.Location.html",
"title": "Class Location",
@@ -42972,7 +42972,7 @@
"API12/api/Tizen.NUI.Window.html": {
"href": "API12/api/Tizen.NUI.Window.html",
"title": "Class Window",
- "keywords": "Class Window Definition Namespace: Tizen.NUI Assembly: Tizen.NUI.dll The window class is used internally for drawing. The window has an orientation and indicator properties. public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable Inheritance object BindableObject Element BaseHandle Window Implements IDynamicResourceHandler INameScope System.IDisposable Constructors View Source Window(string, IBorderInterface, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, IBorderInterface borderInterface, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. IBorderInterface borderInterface IBorderInterfaceIf borderInterface is null, defaultBorder is enabled. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, WindowData) Creates a new Window with a specific name using WindowData. This creates an extra window in addition to the default main window Declaration public Window(string name, WindowData windowData) Parameters Type Name Description string name The name for extra window. WindowData windowData The window data View Source Window(Rectangle, bool) Creates a new Window. This creates an extra window in addition to the default main window Declaration public Window(Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. Properties View Source BackgroundColor The background color property. Declaration public Color BackgroundColor { get; set; } Property Value Type Description Color View Source Default Gets the default window. The main window or default window is automatically created when the application is launched, and it remains constant and unchanged throughout the application's operation. Declaration public static Window Default { get; } Property Value Type Description Window View Source DispatchHoverMotion Gets or sets the status of whether motion event of Hover can be dispatched. If a Window's DispatchHoverMotion is set to false, then it's can not will receive motion event of HoverEvent. Declaration public bool DispatchHoverMotion { get; set; } Property Value Type Description bool View Source DispatchTouchMotion Gets or sets the status of whether motion event of Touch can be dispatched. If a Window's DispatchTouchMotion is set to false, then it's can not will receive motion event of TouchEvent. Declaration public bool DispatchTouchMotion { get; set; } Property Value Type Description bool View Source Dpi The DPI property (read-only). Retrieves the DPI of the display device to which the Window is connected. Declaration public Vector2 Dpi { get; } Property Value Type Description Vector2 View Source Instance The stage instance property (read-only). Gets the current window. Declaration public static Window Instance { get; } Property Value Type Description Window View Source IsAlwaysOnTop Gets or sets a value indicating whether the window is alwats on top of other windows or not. Its behavior is effective among windows with the same notification level. Declaration public bool IsAlwaysOnTop { get; set; } Property Value Type Description bool View Source IsBorderEnabled Whether the border is enabled. Declaration public bool IsBorderEnabled { get; } Property Value Type Description bool View Source IsModal Gets or sets a value indicating whether the window is modal or not. The modal property of a window requires that it be set to a parent window. The window modal function operates on the specified parent window. Declaration public bool IsModal { get; set; } Property Value Type Description bool View Source LayerCount The layer count property (read-only). Queries the number of on-Window layers. Declaration public uint LayerCount { get; } Property Value Type Description uint View Source NativeHandle Get Native Window handle. How to get Native Window handle Window window = NUIApplication.GetDefaultWindow(); var handle = window.NativeHandle; if(handle.IsInvalid == false) { IntPtr nativeHandle = handle.DangerousGetHandle(); // do something with nativeHandle } Declaration public SafeHandle NativeHandle { get; } Property Value Type Description SafeHandle View Source PartialUpdate Gets or sets whether the window will update partial area or full area. If this value is true, window will update and render partial area. If false, full area updated. Declaration public bool PartialUpdate { get; set; } Property Value Type Description bool View Source RenderingBehavior The rendering behavior of a Window. Declaration public RenderingBehaviorType RenderingBehavior { get; set; } Property Value Type Description RenderingBehaviorType View Source Size The window size property (read-only). Declaration public Size2D Size { get; } Property Value Type Description Size2D View Source Title Gets/Sets a window title. Declaration public string Title { get; set; } Property Value Type Description string View Source Type Gets or sets a window type. Most of window type can be set to use WindowType, except for IME type. IME type can be set to use one of NUIApplication's constrcutors. Declaration public WindowType Type { get; set; } Property Value Type Description WindowType View Source WindowPosition Gets or sets a position of the window. Declaration public Position2D WindowPosition { get; set; } Property Value Type Description Position2D View Source WindowPositionSize Sets position and size of the window. This API guarantees that both moving and resizing of window will appear on the screen at once. Declaration public Rectangle WindowPositionSize { get; set; } Property Value Type Description Rectangle View Source WindowPositionSizeWithBorder Gets position and size of the border window Declaration public Rectangle WindowPositionSizeWithBorder { get; } Property Value Type Description Rectangle The total window size including the border area in the default window. View Source WindowSize Gets or sets a size of the window. Declaration public Size2D WindowSize { get; set; } Property Value Type Description Size2D View Source WindowSizeWithBorder Gets size of the border window Declaration public Size2D WindowSizeWithBorder { get; } Property Value Type Description Size2D The total window size including the border area in the default window. Methods View Source Activate() Activates the window to the top of the window stack even it is iconified. Declaration public void Activate() View Source Add(View) Add a child view to window. Declaration public void Add(View view) Parameters Type Name Description View view the child should be added to the window. View Source AddAuxiliaryHint(string, string) Creates an auxiliary hint of the window. Declaration public uint AddAuxiliaryHint(string hint, string value) Parameters Type Name Description string hint The auxiliary hint string. string value The value string. Returns Type Description uint The ID of created auxiliary hint, or 0 on failure. View Source AddAvailableOrientation(WindowOrientation) Adds an orientation to the list of available orientations. Declaration public void AddAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to add View Source AddFramePresentedCallback(FrameCallbackType, int) Adds a callback that is called when the frame is displayed on the display. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFramePresentedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameRenderedCallback(FrameCallbackType, int) Adds a callback that is called when the frame rendering is done by the graphics driver. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFrameRenderedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface, View) Add FrameUpdateCallback with root view. FrameUpdateCallbackInterface can only detach Views under given view. Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback, View rootView) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View rootView Remarks We can give rootView as null if we want to make frameUpdateCallback don't have any dependency with some view. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface) Add FrameUpdateCallback Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source AddLayer(Layer) Adds a layer to the stage. Declaration public void AddLayer(Layer layer) Parameters Type Name Description Layer layer Layer to add. View Source CursorVisibleSet(bool) Sets visibility on/off of cursor Declaration public void CursorVisibleSet(bool visible) Parameters Type Name Description bool visible The visibility of cursor. View Source Destroy() Destroy the window immediately. Declaration public void Destroy() View Source Dispose(DisposeTypes) Dispose for Window Declaration protected override void Dispose(DisposeTypes type) Parameters Type Name Description DisposeTypes type Overrides BaseHandle.Dispose(DisposeTypes) View Source EnableFloatingMode(bool) Enables the floating mode of window. The floating mode is to support window is moved or resized by display server. For example, if the video-player window sets the floating mode, then display server changes its geometry and handles it like a popup. The way of handling floating mode window is decided by display server. A special display server(as a Tizen display server) supports this mode. Declaration public void EnableFloatingMode(bool enable) Parameters Type Name Description bool enable Enable floating mode or not. View Source ExcludeInputRegion(Rectangle) This function excludes input regions. It can be used multiple times and supports multiple regions. It means input region will be reduced. Nofice, should be set input area by IncludeInputRegion() before this function is used. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void ExcludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The excluded region to except input events. View Source FeedKey(Key) Feeds a key event into the window. Declaration public void FeedKey(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FeedKeyEvent(Key) Feed a key-event into the window. Declaration public static void FeedKeyEvent(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FindLayerByID(uint) Search through this Window for a Layer with the given unique ID. Declaration public Layer FindLayerByID(uint id) Parameters Type Name Description uint id The ID of the Layer to find. Returns Type Description Layer A handle to the Layer if found, or an empty handle if not. Remarks Hidden-API View Source Get(View) A helper method to get the current window where the view is added Declaration public static Window Get(View view) Parameters Type Name Description View view The View added to the window Returns Type Description Window A Window. View Source GetAuxiliaryHintId(string) Gets an ID of the auxiliary hint string. Declaration public uint GetAuxiliaryHintId(string hint) Parameters Type Name Description string hint The auxiliary hint string. Returns Type Description uint The ID of auxiliary hint string, or 0 on failure. View Source GetAuxiliaryHintValue(uint) Gets a value of the auxiliary hint. Declaration public string GetAuxiliaryHintValue(uint id) Parameters Type Name Description uint id The auxiliary hint ID. Returns Type Description string The string value of the auxiliary hint ID, or an empty string if none exists. View Source GetBrightness() Gets the preferred brightness of the window. Declaration public int GetBrightness() Returns Type Description int The preferred brightness. View Source GetCurrentOrientation() Gets current orientation of the window. Declaration public Window.WindowOrientation GetCurrentOrientation() Returns Type Description Window.WindowOrientation The current window orientation if previously set, or none. View Source GetDefaultLayer() Gets the default ( root ) layer. Declaration public Layer GetDefaultLayer() Returns Type Description Layer The root layer. View Source GetDirection(float, float) Calculates which direction to resize or to move. Declaration public Window.BorderDirection GetDirection(float xPosition, float yPosition) Parameters Type Name Description float xPosition The X position. float yPosition The Y position. Returns Type Description Window.BorderDirection The BorderDirection View Source GetFullScreen() Gets whether the full screen sized window or not. Declaration public bool GetFullScreen() Returns Type Description bool Returns true if the full screen sized window is. View Source GetKeyboardHorizentalRepeatInfo(out float, out float) Gets the keyboard repeat information of horizontal way. Declaration public bool GetKeyboardHorizentalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardRepeatInfo(out float, out float) Gets the keyboard repeat information. Declaration public bool GetKeyboardRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardVerticalRepeatInfo(out float, out float) Gets the keyboard repeat information of vertical way. Declaration public bool GetKeyboardVerticalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetLastHoverEvent() Gets the last hover event the window gets. Declaration public Hover GetLastHoverEvent() Returns Type Description Hover The last hover event the window gets. Remarks We will use weak reference of last hover events. Return value will be invalidated if last hover event changed internally. View Source GetLastKeyEvent() Gets the last key event the window gets. Declaration public Key GetLastKeyEvent() Returns Type Description Key The last key event the window gets. Remarks We will use weak reference of last key events. Return value will be invalidated if last key event changed internally. View Source GetLastPanGestureState() Gets the last pan gesture state the window gets. Declaration public Gesture.StateType GetLastPanGestureState() Returns Type Description Gesture.StateType The last pan gesture state the window gets. View Source GetLastTouchEvent() Gets the last touch event the window gets. Declaration public Touch GetLastTouchEvent() Returns Type Description Touch The last touch event the window gets. Remarks We will use weak reference of last touch events. Return value will be invalidated if last touch event changed internally. View Source GetLayer(uint) Retrieves the layer at a specified depth. Declaration public Layer GetLayer(uint depth) Parameters Type Name Description uint depth The layer's depth index. Returns Type Description Layer The layer found at the given depth. View Source GetNativeId() Get native window ID Declaration public int GetNativeId() Returns Type Description int native window ID View Source GetNotificationLevel() Gets a priority level for the specified notification window. Declaration public NotificationLevel GetNotificationLevel() Returns Type Description NotificationLevel The notification window level. View Source GetOverlayLayer() Gets the overlay layer. Declaration public Layer GetOverlayLayer() Returns Type Description Layer The overlay layer. View Source GetParent() Gets parent window of the window. Declaration public Window GetParent() Returns Type Description Window The parent window of the window. View Source GetPreferredOrientation() Gets the preferred orientation. Declaration public Window.WindowOrientation GetPreferredOrientation() Returns Type Description Window.WindowOrientation The preferred orientation if previously set, or none. View Source GetRenderTaskList() Declaration public RenderTaskList GetRenderTaskList() Returns Type Description RenderTaskList View Source GetScreenOffMode() Gets the screen mode of the window. Declaration public ScreenOffMode GetScreenOffMode() Returns Type Description ScreenOffMode The screen off mode. View Source GetSupportedAuxiliaryHint(uint) Gets the supported auxiliary hint string of the window. Declaration public string GetSupportedAuxiliaryHint(uint index) Parameters Type Name Description uint index The index of the supported auxiliary hint lists. Returns Type Description string The auxiliary hint string of the index. View Source GetSupportedAuxiliaryHintCount() Gets the count of supported auxiliary hints of the window. Declaration public uint GetSupportedAuxiliaryHintCount() Returns Type Description uint The number of supported auxiliary hints. View Source GrabKey(int, KeyGrabMode) Grabs the key specified by a key for a window in a GrabMode. Details: This function can be used for following example scenarios: TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app. Mobile - When a user presses the Home key, the homescreen appears regardless of the current foreground app. Mobile - Using the volume up or down as zoom up or down in camera apps. Declaration public bool GrabKey(int DaliKey, Window.KeyGrabMode GrabMode) Parameters Type Name Description int DaliKey The key code to grab. Window.KeyGrabMode GrabMode The grab mode for the key. Returns Type Description bool True if the grab succeeds. View Source GrabKeyTopmost(int) Grabs the key specified by a key for a window only when a window is the topmost window. This function can be used for following example scenarios: Mobile - Using volume up or down as zoom up or down in camera apps. Declaration public bool GrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to grab. Returns Type Description bool True if the grab succeeds. View Source Hide() Hides the window if it is showing. Declaration public void Hide() View Source IncludeInputRegion(Rectangle) Includes input region. This function inlcudes input regions. It can be used multiple times and supports multiple regions. It means input region will be extended. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void IncludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The included region to accept input events. View Source IsFloatingModeEnabled() Returns whether the window is floating mode or not. Declaration public bool IsFloatingModeEnabled() Returns Type Description bool True if the window is enabled floating mode, false otherwise. View Source IsFocusAcceptable() Returns whether the window accepts a focus or not. Declaration public bool IsFocusAcceptable() Returns Type Description bool True if the window accepts a focus, false otherwise. View Source IsMaximized() Returns whether the window is maximized or not. Declaration public bool IsMaximized() Returns Type Description bool True if the window is maximized, false otherwise. View Source IsMinimized() Returns whether the window is minimized or not. Declaration public bool IsMinimized() Returns Type Description bool True if the window is minimized, false otherwise. View Source IsOpaqueState() Returns whether a transparent window's visual state is opaque or not. Declaration public bool IsOpaqueState() Returns Type Description bool True if the window's visual state is opaque, false otherwise. Remarks The return value has no meaning on an opaque window. View Source IsVisible() Retrieves whether the window is visible or not. Declaration public bool IsVisible() Returns Type Description bool True if the window is visible. View Source IsWindowRotating() Query whether window is rotating or not. Declaration public bool IsWindowRotating() Returns Type Description bool True if window is rotating, false otherwise. View Source KeepRendering(float) Keep rendering for at least the given amount of time. Declaration public void KeepRendering(float durationSeconds) Parameters Type Name Description float durationSeconds Time to keep rendering, 0 means render at least one more frame. View Source KeyboardGrab(DeviceSubClassType) Requests grab key events according to the requested device subtype Declaration public bool KeyboardGrab(DeviceSubClassType deviceSubclass) Parameters Type Name Description DeviceSubClassType deviceSubclass The deviceSubclass type. Returns Type Description bool True if KeyboardGrab succeeds. View Source KeyboardUnGrab() Requests ungrab key events Declaration public bool KeyboardUnGrab() Returns Type Description bool True if KeyboardUnGrab succeeds. View Source LazyFeedHover(uint) Feeds a hover event into the window. This is feed after a default time of 48 ms. You can also set this time. Declaration public void LazyFeedHover(uint time = null) Parameters Type Name Description uint time The time of how much later it will be feed (default is 48ms) Remarks If you want to do FeedHover after the UI is updated, it is recommended to set the time to at least 16ms. This will be a good time waiting for the UI to update. and LazyFeedHover called within the set time are ignored. Only the last request becomes a FeedHover. View Source LockedPointerCursorPositionHintSet(int, int) Sets the locked pointer cursor position hintset Declaration public void LockedPointerCursorPositionHintSet(int x, int y) Parameters Type Name Description int x The x position. int y The y position. View Source LockedPointerRegionSet(int, int, int, int) Sets the locked pointer region. Declaration public void LockedPointerRegionSet(int x, int y, int width, int height) Parameters Type Name Description int x The x position. int y The y position. int width The width. int height The height. View Source Lower() Lowers the window to the bottom of the window stack. Declaration public void Lower() View Source Maximize(bool) Maximizes window's size. If this function is called with true, window will be resized with screen size. Otherwise window will be resized with previous size. It is for the window's MAX button in window's border. If window border is supported by display server, it is not necessary. Declaration public void Maximize(bool max) Parameters Type Name Description bool max If window is maximized or unmaximized. View Source Minimize(bool) Minimizes window's size. If this function is called with true, window will be iconified. Otherwise window will be activated. It is for the window's MIN button in window border. If window border is supported by display server, it is not necessary. Declaration public void Minimize(bool min) Parameters Type Name Description bool min If window is minimized or unminimized. View Source ObjectDump() Declaration public void ObjectDump() View Source PointerConstraintsLock() Sets the pointer constraints lock. Declaration public bool PointerConstraintsLock() Returns Type Description bool True if PointerConstraintsLock succeeds. View Source PointerConstraintsUnlock() Sets the pointer constraints unlock. Declaration public bool PointerConstraintsUnlock() Returns Type Description bool True if PointerConstraintsUnlock succeeds. View Source PointerWarp(int, int) Sets the pointer warp. The pointer moves to the set coordinates. Declaration public bool PointerWarp(int x, int y) Parameters Type Name Description int x The x position. int y The y position. Returns Type Description bool True if PointerWarp succeeds. View Source Raise() Raises the window to the top of the window stack. Declaration public void Raise() View Source ReleaseSwigCPtr(HandleRef) Declaration protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr) Parameters Type Name Description Tizen.System.Runtime.InteropServices.HandleRef swigCPtr Overrides BaseHandle.ReleaseSwigCPtr(Runtime.InteropServices.HandleRef) View Source Remove(View) Remove a child view from window. Declaration public void Remove(View view) Parameters Type Name Description View view the child to be removed. View Source RemoveAuxiliaryHint(uint) Removes an auxiliary hint of the window. Declaration public bool RemoveAuxiliaryHint(uint id) Parameters Type Name Description uint id The ID of the auxiliary hint. Returns Type Description bool True if no error occurred, false otherwise. View Source RemoveAvailableOrientation(WindowOrientation) Removes an orientation from the list of available orientations. Declaration public void RemoveAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to remove. View Source RemoveFrameUpdateCallback(FrameUpdateCallbackInterface) Remove FrameUpdateCallback Declaration public void RemoveFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source RemoveLayer(Layer) Removes a layer from the stage. Declaration public void RemoveLayer(Layer layer) Parameters Type Name Description Layer layer Layer to remove. View Source RenderOnce() Allows at least one more render, even when paused. The window should be shown, not minimised. Declaration public void RenderOnce() View Source RequestMoveToServer() Requests to display server for the window is moved by display server. It can be work with setting window floating mode. Declaration public void RequestMoveToServer() View Source RequestResizeToServer(ResizeDirection) Requests to display server for the window is resized by display server. It can be work with setting window floating mode. Declaration public void RequestResizeToServer(Window.ResizeDirection direction) Parameters Type Name Description Window.ResizeDirection direction It is indicated the window's side or edge for starting point. View Source SendRotationCompletedAcknowledgement() send the Acknowledgement to complete window rotation. For this function, SetNeedsRotationCompletedAcknowledgement should be already called with true. Declaration public void SendRotationCompletedAcknowledgement() View Source SetAcceptFocus(bool) Sets whether the window accepts a focus or not. Declaration public void SetAcceptFocus(bool accept) Parameters Type Name Description bool accept If a focus is accepted or not. The default is true. View Source SetAuxiliaryHintValue(uint, string) Changes a value of the auxiliary hint. Declaration public bool SetAuxiliaryHintValue(uint id, string value) Parameters Type Name Description uint id The auxiliary hint ID. string value The value string to be set. Returns Type Description bool True if no error occurred, false otherwise. View Source SetAvailableOrientations(List) Sets available orientations of the window. This API is for setting several orientations one time. Declaration public void SetAvailableOrientations(List orientations) Parameters Type Name Description List<> orientations The list of orientations. View Source SetBrightness(int) Sets preferred brightness of the window. Declaration public bool SetBrightness(int brightness) Parameters Type Name Description int brightness The preferred brightness (0 to 100). Returns Type Description bool True if no error occurred, false otherwise. View Source SetClass(string, string) Sets the window name and the class string. Declaration public void SetClass(string name, string klass) Parameters Type Name Description string name The name of the window. string klass The class of the window. View Source SetFullScreen(bool) Sets to resize window with full screen. If full screen size is set for the window, window will be resized with full screen. In addition, the full screen sized window's z-order is the highest. Declaration public void SetFullScreen(bool fullscreen) Parameters Type Name Description bool fullscreen If fullscreen is true, set fullscreen or unset. View Source SetInputRegion(Rectangle) Sets a region to accept input events. Declaration public void SetInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The region to accept input events. View Source SetKeyboardHorizentalRepeatInfo(float, float) Sets the keyboard repeat information of horizontal way. Declaration public bool SetKeyboardHorizentalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardRepeatInfo(float, float) Sets the keyboard repeat information. Declaration public bool SetKeyboardRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardVerticalRepeatInfo(float, float) Sets the keyboard repeat information of vertical way. Declaration public bool SetKeyboardVerticalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetLayout(uint, uint, uint, uint, uint, uint) Sets the layout of the window. Declaration public void SetLayout(uint numCols, uint numRows, uint column, uint row, uint colSpan, uint rowSpan) Parameters Type Name Description uint numCols The number of columns in the layout. uint numRows The number of rows in the layout. uint column The column number of the window within the layout. uint row The row number of the window within the layout. uint colSpan The number of columns the window should span within the layout. uint rowSpan The number of rows the window should span within the layout. View Source SetLayout(WindowLayoutType) Sets the layout of the window. Declaration public void SetLayout(WindowLayoutType layoutType) Parameters Type Name Description WindowLayoutType layoutType The type of layout to set for the window. View Source SetMaximumSize(Size2D) Sets window's maximum size. It is to set the maximized size when window is maximized or the window's size is increased by RequestResizeToServer(). Although the size is set by this function, window's size can be increased over the limitation by SetPositionSize() or SetSize(). After setting, if Maximize() is called, window is resized with the setting size and move the center. Declaration public void SetMaximumSize(Size2D size) Parameters Type Name Description Size2D size the maximum size. View Source SetMimimumSize(Size2D) Sets window's minimum size. It is to set the minimum size when window's size is decreased by RequestResizeToServer(). Although the size is set by this function, window's size can be decreased over the limitation by SetPositionSize() or SetSize(). Declaration public void SetMimimumSize(Size2D size) Parameters Type Name Description Size2D size the minimum size. View Source SetNeedsRotationCompletedAcknowledgement(bool) Sets the necessary for window rotation Acknowledgement. After this function called, SendRotationCompletedAcknowledgement() should be called to complete window rotation. This function is supprot that application has the window rotation acknowledgement's control. It means display server waits when application's rotation work is finished. It is useful application has the other rendering engine which works asynchronous. For instance, GlView. Declaration public void SetNeedsRotationCompletedAcknowledgement(bool needAcknowledgement) Parameters Type Name Description bool needAcknowledgement the flag is true if window rotation acknowledge is sent. View Source SetNotificationLevel(NotificationLevel) Sets a priority level for the specified notification window. Declaration public bool SetNotificationLevel(NotificationLevel level) Parameters Type Name Description NotificationLevel level The notification window level. Returns Type Description bool True if no error occurred, false otherwise. View Source SetOpaqueState(bool) Sets a transparent window's visual state to opaque. If a visual state of a transparent window is opaque, then the window manager could handle it as an opaque window when calculating visibility. Declaration public void SetOpaqueState(bool opaque) Parameters Type Name Description bool opaque Whether the window's visual state is opaque. Remarks This will have no effect on an opaque window. It doesn't change transparent window to opaque window but lets the window manager know the visual state of the window. View Source SetParent(Window, bool) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. This function has the additional flag whether the child is located above or below of the parent. Declaration public void SetParent(Window parent, bool belowParent) Parameters Type Name Description Window parent The parent window. bool belowParent The flag is whether the child is located above or below of the parent. View Source SetParent(Window) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. Initially, the window is located on top of the parent. The window can go below parent by calling Lower(). If parent's window stack is changed by calling Raise() or Lower(), child windows are located on top of the parent again. Declaration public void SetParent(Window parent) Parameters Type Name Description Window parent The parent window. View Source SetPreferredOrientation(WindowOrientation) Sets a preferred orientation. Declaration public void SetPreferredOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The preferred orientation. View Source SetScreenOffMode(ScreenOffMode) Sets a window's screen off mode. Declaration public bool SetScreenOffMode(ScreenOffMode screenOffMode) Parameters Type Name Description ScreenOffMode screenOffMode The screen mode. Returns Type Description bool True if no error occurred, false otherwise. View Source SetTransparency(bool) Sets whether the window is transparent or not. Declaration public void SetTransparency(bool transparent) Parameters Type Name Description bool transparent Whether the window is transparent or not. View Source Show() Shows the window if it is hidden. Declaration public void Show() View Source UngrabKey(int) Ungrabs the key specified by a key for a window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKey(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source UngrabKeyTopmost(int) Ungrabs the key specified by a key for the window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source Unparent() Unsets parent window of the window. After unsetting, the window is disconnected his parent window. Declaration public void Unparent() View Source VisibiltyChangedSignalEmit(bool) VisibiltyChangedSignalEmit Declaration public void VisibiltyChangedSignalEmit(bool visibility) Parameters Type Name Description bool visibility Events View Source AccessibilityHighlight Emits the event when the window needs to grab or clear highlight. Declaration public event EventHandler AccessibilityHighlight Event Type Type Description EventHandler<> View Source AuxiliaryMessage Auxiliary message is sent by displayer server when window's auxiliary was changed then display server sent the message. When client application added the window's auxiliary hint and if the auxiliary is changed, display server send the auxiliary message. Auxiliary message has the key, value and options. Declaration public event EventHandler AuxiliaryMessage Event Type Type Description EventHandler<> View Source FocusChanged FocusChanged event. Declaration public event EventHandler FocusChanged Event Type Type Description EventHandler<> View Source HoverEvent An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user. The hovered signal is emitted when the hover input is received. Declaration public event EventHandler HoverEvent Event Type Type Description EventHandler<> View Source InsetsChanged Emits the event when the window insets changes by status bar, virtual keyboard, or clipboard appears and disappears. Declaration public event EventHandler InsetsChanged Event Type Type Description EventHandler<> View Source InterceptKeyEvent Intercepts KeyEvents in the window before dispatching KeyEvents to the child. If it returns true(consumed), no KeyEvent is delivered to the child. Declaration public event ReturnTypeEventHandler
Provides interface for various preview plane types.
-The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation.
public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
+ public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable, IWindowProvider
Definition
System.IDisposable
+ IWindowProvider
@@ -5645,6 +5646,9 @@ Implements
System.IDisposable
+
+ IWindowProvider
+
Extension Methods
BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
index e970b105534..c4218488258 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.DropTarget.html
@@ -151,7 +151,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
index 90116916c91..f04032789ae 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.KVMService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
CancelDrag()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose()
@@ -188,7 +228,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -220,7 +260,7 @@ Parameters
- View Source
+ View Source
~KVMService()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
GetSourceMimetypes()
@@ -269,7 +309,7 @@ Returns
- View Source
+ View Source
PerformDrop()
@@ -285,7 +325,7 @@ Declaration
- View Source
+ View Source
PerformDrop(DropTarget)
@@ -318,7 +358,7 @@ Parameters
- View Source
+ View Source
ReceiveDragData(string)
@@ -352,7 +392,7 @@ Parameters
- View Source
+ View Source
SetSecondarySelction()
@@ -370,7 +410,7 @@ Declaration
- View Source
+ View Source
SetSecondarySelection()
@@ -386,7 +426,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelction()
@@ -404,7 +444,7 @@ Declaration
- View Source
+ View Source
UnsetSecondarySelection()
@@ -422,7 +462,7 @@ Declaration
Events
- View Source
+ View Source
DragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@ Event Type
- View Source
+ View Source
DragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
index b67c4cfcd04..9fac5f51b02 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.ScrollableState.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
index 9fd09362538..1518e8092e4 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
index 5428c9b62ea..646a571f17b 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.VisibleState.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
index b661e1b9bd3..cdfc41672be 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelClient.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelClient.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
Orientation
@@ -194,7 +240,7 @@ Property Value
- View Source
+ View Source
Scrollable
@@ -226,7 +272,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -260,7 +306,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -308,7 +354,7 @@ Parameters
- View Source
+ View Source
~QuickPanelClient()
@@ -324,7 +370,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -340,7 +386,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -358,7 +404,7 @@ Declaration
Events
- View Source
+ View Source
OrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@ Event Type
- View Source
+ View Source
+
+ RotationChanged
+ Emits the event when the rotation(orientation) of the quickpanel service window is changed.
+The value of the event argument represents the rotation angle in degrees.
+
+
+ Declaration
+
+ public event EventHandler<int> RotationChanged
+
+ Event Type
+
+
+
+ Type
+ Description
+
+
+
+
+ EventHandler<><int>
+
+
+
+
+
+
+
+
+
+ View Source
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
index 7365a1d46dd..c83d93b1fca 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.EffectType.html
@@ -156,7 +156,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
index 61a2ef6a19a..dce03fec5db 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.Types.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
index 6c6a9fd336c..6d97a16cf1a 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.QuickPanelService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TzShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+ QuickPanelService.Types
+ type
+ The type of quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@ Parameters
Properties
- View Source
+ View Source
ServiceType
@@ -196,7 +242,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -212,7 +258,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -244,7 +290,7 @@ Parameters
- View Source
+ View Source
~QuickPanelService()
@@ -260,7 +306,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -276,7 +322,7 @@ Declaration
- View Source
+ View Source
LockScroll(bool)
@@ -310,7 +356,7 @@ Parameters
- View Source
+ View Source
SetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@ Parameters
- View Source
+ View Source
SetEffectType(EffectType)
@@ -384,7 +430,7 @@ Parameters
- View Source
+ View Source
SetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@ Parameters
- View Source
+ View Source
Show()
@@ -469,7 +515,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
index de906f5d5a0..73093e67fdb 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyClient.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Properties
- View Source
+ View Source
Expand
@@ -188,7 +228,7 @@ Property Value
- View Source
+ View Source
Opacity
@@ -220,7 +260,7 @@ Property Value
- View Source
+ View Source
Visible
@@ -254,7 +294,7 @@ Property Value
Methods
- View Source
+ View Source
Dispose()
@@ -270,7 +310,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -302,7 +342,7 @@ Parameters
- View Source
+ View Source
~SoftkeyClient()
@@ -318,7 +358,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -334,7 +374,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -379,7 +419,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
index 1e9bbcd6297..78eb2a53c24 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.SoftkeyService.html
@@ -114,7 +114,47 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the quickpanel service.
+
+
+
+
+
+
+
+
+
+ View Source
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -172,7 +212,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -204,7 +244,7 @@ Parameters
- View Source
+ View Source
~SoftkeyService()
@@ -220,7 +260,7 @@ Declaration
- View Source
+ View Source
Hide()
@@ -236,7 +276,7 @@ Declaration
- View Source
+ View Source
Show()
@@ -254,7 +294,7 @@ Declaration
Events
- View Source
+ View Source
ExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@ Event Type
- View Source
+ View Source
OpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@ Event Type
- View Source
+ View Source
VisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@ Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
index 621b2f2ed14..53bd3d661ea 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.PlaceType.html
@@ -161,7 +161,7 @@
Extension Methods
diff --git a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
index 05ca306263d..b1e9ec7f955 100644
--- a/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
+++ b/devel/api/Tizen.NUI.WindowSystem.Shell.TaskbarService.html
@@ -114,7 +114,53 @@
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TizenShell
+ tzShell
+ The TizenShell instance.
+
+
+
+ IWindowProvider
+ win
+ The window provider for the taskbar service.
+
+
+
+ TaskbarService.PlaceType
+ type
+ The selected, predefined location on the screen the Taskbar should be placed on the screen.
+
+
+
+
+
+
+
+
+
+ View Source
TaskbarService(TizenShell, Window, PlaceType)
@@ -162,7 +208,7 @@ Parameters
Methods
- View Source
+ View Source
Dispose()
@@ -178,7 +224,7 @@ Declaration
- View Source
+ View Source
Dispose(DisposeTypes)
@@ -210,7 +256,7 @@ Parameters
- View Source
+ View Source
~TaskbarService()
@@ -226,7 +272,7 @@ Declaration
- View Source
+ View Source
SetPlaceType(PlaceType)
@@ -261,7 +307,7 @@ Parameters
- View Source
+ View Source
SetSize(uint, uint)
@@ -332,7 +378,7 @@ Extension Methods
diff --git a/devel/api/toc.html b/devel/api/toc.html
index f4161d700a5..169aba060ae 100644
--- a/devel/api/toc.html
+++ b/devel/api/toc.html
@@ -2059,6 +2059,9 @@
DotnetUtil
+
+ IWindowProvider
+
@@ -3150,9 +3153,6 @@
IPreviewPlane
-
- IWindowProvider
-
Location
diff --git a/index.json b/index.json
index ed6865cbeff..a9f285b945b 100644
--- a/index.json
+++ b/index.json
@@ -22112,7 +22112,7 @@
"API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html": {
"href": "API11/api/Tizen.NUI.Binding.CollectionSynchronizationCallback.html",
"title": "Delegate CollectionSynchronizationCallback",
- "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.XamlBuild.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
+ "keywords": "Delegate CollectionSynchronizationCallback Definition Namespace: Tizen.NUI.Binding Assembly: Tizen.NUI.dll public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess) Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API11/api/Tizen.NUI.Binding.ColorTypeConverter.html": {
"href": "API11/api/Tizen.NUI.Binding.ColorTypeConverter.html",
@@ -22232,7 +22232,7 @@
"API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.SetValueFlags.html",
"title": "Enum SetValueFlags",
- "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.XamlBuild.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
+ "keywords": "Enum SetValueFlags Definition Namespace: Tizen.NUI.Binding.Internals Assembly: Tizen.NUI.dll SetValueFlags. For internal use. public enum SetValueFlags Fields Name Description ClearDynamicResource Clear dynamic resource. ClearOneWayBindings Clear OneWay bindings. ClearTwoWayBindings Clear TwoWay bindings. None None. RaiseOnEqual Raise or equal. Extension Methods EXamlExtensions.LoadFromEXaml(SetValueFlags, string) EXamlExtensions.LoadFromEXamlByRelativePath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, string) EXamlExtensions.LoadFromEXamlPath(SetValueFlags, Type) Extensions.LoadFromXaml(SetValueFlags, string) Extensions.LoadFromXaml(SetValueFlags, Type) Extensions.LoadFromXamlFile(SetValueFlags, string)"
},
"API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html": {
"href": "API11/api/Tizen.NUI.Binding.Internals.TypedBindingBase.html",
@@ -32957,7 +32957,12 @@
"API12/api/Tizen.Common.html": {
"href": "API12/api/Tizen.Common.html",
"title": "Namespace Tizen.Common",
- "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA."
+ "keywords": "Namespace Tizen.Common Classes DotnetUtil The DotnetUtil class provides the .NET API version. Structs Color Structure that represents a color as RGBA. Interfaces IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, etc."
+ },
+ "API12/api/Tizen.Common.IWindowProvider.html": {
+ "href": "API12/api/Tizen.Common.IWindowProvider.html",
+ "title": "Interface IWindowProvider",
+ "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Common Assembly: Tizen.dll The IWindowProvider interface provides the window handle and information about the window's position, size, etc. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
"API12/api/Tizen.Content.Download.CacheManager.html": {
"href": "API12/api/Tizen.Content.Download.CacheManager.html",
@@ -34602,7 +34607,7 @@
"API12/api/Tizen.Multimedia.Display.html": {
"href": "API12/api/Tizen.Multimedia.Display.html",
"title": "Class Display",
- "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an IWindowProvider interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An IWindowProvider object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
+ "keywords": "Class Display Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll Provides a means to wrap various display types. public class Display Inheritance object Display Constructors View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider, bool) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window, bool uiSync) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. bool uiSync A value indicating whether video and UI are in sync or not. Remarks UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(IWindowProvider) Initializes a new instance of the Display class with an interface. Declaration public Display(IWindowProvider window) Parameters Type Name Description IWindowProvider window An object that provides a handle to a window. See Also Player Camera ScreenMirroring View Source Display(MediaView) Initializes a new instance of the Display class with a MediaView class. Declaration public Display(MediaView mediaView) Parameters Type Name Description MediaView mediaView A MediaView to display. See Also Player Camera ScreenMirroring View Source Display(Window, bool) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window, bool uiSync) Parameters Type Name Description Window window A Window to display. bool uiSync A value indicates whether video and UI is in sync or not. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. UI sync is only for Player and DisplaySettings will not work in UI sync mode. See Also Player Camera ScreenMirroring View Source Display(Window) Initializes a new instance of the Display class with a Window class. Declaration public Display(Window window) Parameters Type Name Description Window window A Window to display. Remarks The BackgroundColor must be Transparent for the Display to be rendered correctly. See Also Player Camera ScreenMirroring Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string) See Also Player Camera ScreenMirroring"
},
"API12/api/Tizen.Multimedia.DoublePlane.html": {
"href": "API12/api/Tizen.Multimedia.DoublePlane.html",
@@ -34667,7 +34672,7 @@
"API12/api/Tizen.Multimedia.html": {
"href": "API12/api/Tizen.Multimedia.html",
"title": "Namespace Tizen.Multimedia",
- "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. IWindowProvider The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
+ "keywords": "Namespace Tizen.Multimedia Classes AdaptiveVariants Provides the ability to control the maximum limit of the available streaming variant for Player. Artwork Represents the artwork information of the media. AsyncAudioCapture Provides the ability to record audio from system audio input devices in an asynchronous way. AudioCapture Provides the ability to record audio from system audio input devices in a synchronous way. AudioCaptureBase Provides the ability to directly manage the system audio input devices. AudioDataAvailableEventArgs Provides data for the DataAvailable event. AudioDataDecodedEventArgs Provides data for the AudioDataDecoded event. AudioDevice Provides the ability to query the information of sound devices. AudioDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. AudioDeviceRunningChangedEventArgs Provides data for the DeviceRunningChanged event. AudioDucking Provides the functionalities to control audio ducking. AudioDuckingStateChangedEventArgs Provides data for the state change event of DuckingStateChanged. AudioEffect Provides the ability to control the audio effects for Player. AudioIOStateChangedEventArgs Provides data for the StateChanged event and the StateChanged event. AudioManager Provides the ability to control volume levels and monitor audio devices. AudioMediaFormat Represents an audio media format. This class cannot be inherited. AudioMetadata Represents the audio metadata information. AudioOffload The class that control the audio offload for Player. AudioPlayback Provides the ability to directly manage the system audio output devices and play the PCM (pulse-code modulation) data. AudioPlaybackBufferAvailableEventArgs Provides data for the BufferAvailable event. AudioPolicyException The exception that is thrown when noncompliance with the sound system policy happens. AudioRecorder Provides the ability to control audio recording. AudioStreamPolicy Provides the ability to control the sound stream. AudioStreamPolicyFocusStateChangedEventArgs Provides data for the FocusStateChanged event. AudioStreamStoringEventArgs Provides data for the AudioStreamStoring event. AudioVolume Provides the ability to control the volume levels. BufferingProgressChangedEventArgs Provides data for the BufferingProgressChanged event. Camera This camera class provides methods to capture photos and supports setting up notifications for state changes of capturing, previewing, focusing, and informing about the resolution and the binary format, and functions for picture manipulations like sepia, negative, and many more. It also notifies you when a significant picture parameter changes, (For example, focus). CameraCapabilities The CameraCapabilities class provides properties to get various capability information of the camera device. CameraCapturingEventArgs Provides data for the Capturing event. CameraDeviceConnectionChangedEventArgs Provides data for the DeviceConnectionChanged event. CameraDeviceException The exception that is thrown when a camera device-related error occurs. CameraDeviceManager This CameraDeviceManager class provides methods to control current camera devices and get its information. CameraDeviceNotFoundException The exception that is thrown when a camera device is not available. CameraDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. CameraDisplaySettings The CameraDisplay class allows you to manage display for the camera. It allows to set and get various display properties, such as rotation, display visibility, and display mode. CameraErrorOccurredEventArgs Provides data for the ErrorOccurred event. CameraException The base exception class that is thrown when specific camera related error occurs. CameraFocusStateChangedEventArgs Provides data for the FocusStateChanged event. CameraInterruptedEventArgs Provides data for the Interrupted event. CameraInterruptStartedEventArgs Provides data for the InterruptStarted event. CameraSettings The camera setting class provides methods/properties to get and set basic camera attributes. CameraStateChangedEventArgs Provides data for the StateChanged event. CapturedFrame Represents data for a video frame captured. CodecNotSupportedException The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed. ContainerMediaFormat Represents a container media format. This class cannot be inherited. DepthPlane The class containing the depth data for subject distance. Display Provides a means to wrap various display types. DoublePlane The class containing image data which has two planes. EncodedPlane The class containing the encoded image data. EqualizerBand Represents an equalizer band of AudioEffect. ExtraPreviewEventArgs Provides data for the ExtraPreview event. FaceDetectedEventArgs Provides data for the FaceDetected event. If the user needs to keep the faces data, the user has to copy the data. FaceDetectionData The class contains the details of the detected face. FileFormatException The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification, is malformed. HdrCaptureProgressEventArgs Provides data for the HdrCaptureProgress event. Location The location class containing GPS data details. MaxVolumeLevel Provides a means to get max volume levels. MediaBufferSource Represents a media source using memory. MediaFormat MediaFormat is a base class for media formats. MediaPacket Represents a packet for multimedia. MediaPacketPreviewEventArgs Provides data for the MediaPacketPreview event. MediaPacketVideoPlane Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video. MediaSource MediaSource is a base class for Player sources. MediaStreamBufferStatusChangedEventArgs Provides data for the BufferStatusChanged event. MediaStreamConfiguration Provides a means to configure properties and handle events for MediaStreamSource. MediaStreamSeekingOccurredEventArgs Provides data for the SeekingOccurred event. MediaStreamSource Provides the ability to push packets as the source of Player. MediaUriSource Represents a media source with a uri. MediaView The MediaView class allows application developers to display the video output on the screen. Metadata Represents the metadata information of a media. MetadataEditor Provides a means to edit the metadata of MP3 and MP4 files. Since 6.0, WAV, FLAC, OGG files are supported as well. MetadataExtractor Provides a means to get the metadata from a media file. MuxedStreamDeliveredEventArgs Provides data for the MuxedStreamDelivered event. NoBufferSpaceException The exception that is thrown when there is no available space in a buffer. NotAvailableException The exception that is thrown when it is not available. PlaybackInterruptedEventArgs Provides data for the PlaybackInterrupted event. Player Provides the ability to control media playback. PlayerDisplaySettings Provides a means to configure display settings for video Player. PlayerErrorOccurredEventArgs Provides data for the ErrorOccurred event. PlayerTrackInfo Provides a means to retrieve the track information. PreviewEventArgs Provides data for the Preview event. PreviewFrame The class containing the preview image data. Radio Provides a means for using the radio feature. RadioInterruptedEventArgs Provides data for the Interrupted event. Recorder Recorder is a base class for audio and video recorders that provides the ability to control the recording of a multimedia content. Simple audio and audio/video are supported. RecorderDeviceException The exception that is thrown when a recorder device-related error occurs. RecorderDeviceStateChangedEventArgs Provides data for the DeviceStateChanged event. RecorderExtensions Provides extension methods for Recorder. RecorderInterruptedEventArgs Provides data for the Interrupted event. RecorderInterruptingEventArgs Provides data for the Interrupting event. RecorderStateChangedEventArgs Provides data for the StateChanged event. RecordingErrorOccurredEventArgs Provides data for the ErrorOccurred event. RecordingLimitReachedEventArgs Provides data for the RecordingLimitReached event. RecordingStatusChangedEventArgs Provides data for the RecordingStatusChanged event. ResourceLimitException The exception that is thrown when there is no available resource for internal use. RgbPlane The class containing the rgb data for subject distance. ScanUpdatedEventArgs Provides data for the ScanUpdated event. SinglePlane The class containing the image data, which has a single plane. SphericalVideo Provides the ability to control the spherical video for Player. StillImage The class containing the captured still image. StreamFocusStateChangedEventArgs Provides data for the StreamFocusStateChanged event. StreamInfo Provides a means to retrieve stream information. SubtitleUpdatedEventArgs Provides data for the SubtitleUpdated event. SyncLyrics Represents the synchronized lyrics information of the media. TextMediaFormat Represents a text media format. This class cannot be inherited. TonePlayer Provides the ability to play a tone. TriplePlane The class containing image data which has three planes. VideoFrameDecodedEventArgs Provides data for the VideoFrameDecoded event. VideoMediaFormat Represents a video media format. This class cannot be inherited. VideoMetadata Represents the video metadata information. VideoRecorder Provides the ability to control video recording. VideoStreamChangedEventArgs Provides data for the VideoStreamChanged event. VolumeChangedEventArgs Provides data for the Changed event. VolumeLevel Provides a means to control volume levels. WavPlayer Provides the ability to play a wav file. Structs AudioStreamProperties Represents properties for the audio stream. CameraDeviceInformation Provides the ability to get camera device information. DirectionOfView Represents properties for the spherical video direction of view. DownloadProgress Represents data for a downloading status. ExtraPreviewStreamInfo Provides the ability to get the information of extra preview stream. FieldOfView Represents properties for the spherical video field of view. PlayerBufferingTime Represents properties for streaming buffering time. Point Represents a point in the 2D space. Range Represents a range(min, max) value. Rectangle Represents the location of the object bounded by a rectangle defined by coordinates of top left corner, width and height. ScaleRectangle Represents properties for the relative ROI area based on video size Size Represents a size in 2D space. VariantInfo Represents properties for the variant information. VideoStreamProperties Represents properties for the video stream. Interfaces IMediaBuffer Provides functionality to read and write the media buffer. IPreviewPlane Provides interface for various preview plane types. Enums AudioChannel Specifies the audio channels. AudioDeviceIoDirection Specifies the audio device directions. AudioDeviceType Specifies the audio device types. AudioIOState Specifies the states for the AudioPlayback, AudioCapture, and AsyncAudioCapture. AudioLatencyMode Specifies audio latency modes for Player. AudioSampleFormat Specifies the audio sample formats. AudioSampleType Specifies the audio sample types. AudioStreamBehaviors Specifies the flags for the audio stream behaviors. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusChangedReason Specifies the change reasons of the audio stream focus state. AudioStreamFocusOptions Specifies the flags for the audio stream focus options. This enumeration has a attribute that allows a bitwise combination of its member values. AudioStreamFocusState Specifies the audio stream focus states. AudioStreamType Specifies the audio stream types. AudioVolumeType Specifies the audio volume types. CameraAutoFocusMode Enumeration for the auto-focus mode. CameraDevice Enumeration for the camera device. CameraDeviceState Enumeration for the camera device state. CameraDeviceType Enumeration for camera device type CameraDisplayMode Enumeration for the camera display mode. CameraEffectMode Enumeration for the color tone, which provides the impression of looking through a tinted glass. CameraErrorCode Enumeration for the camera failure error. CameraExposureMode Enumeration for the camera exposure modes. CameraFacingDirection Enumeration for the facing direction of camera module. CameraFlashMode Enumeration for the flash mode. CameraFlashState Enumeration for the current flash state. CameraFocusState Enumeration for the camera focus state. CameraFps Enumeration for the preview fps. CameraHdrMode Enumeration for the HDR capture mode. CameraIsoLevel Enumeration for the ISO levels of the camera. CameraPixelFormat Enumeration for the camera pixel format. CameraPolicy Enumeration for the camera policy. CameraPtzMoveType Enumeration for the PTZ(Pan Tilt Zoom) movement type. CameraPtzType Enumeration for the PTZ(Pan Tilt Zoom) type. CameraSceneMode Enumeration for the camera scene mode. CameraState Enumeration for the camera state. CameraTagOrientation Enumeration for the orientation values of tag. CameraTheaterMode Enumeration for the theater mode. CameraWhiteBalance Enumeration for the white balance levels of the camera. CodecKind Specifies whether a codec is an audio codec or a video codec. CodecType Specifies the types of a codec for Player. ColorSpace Specifies color spaces for Tizen.Multimedia. Flips Specifies the flip operation. MediaFormatAacType Specifies the AAC types for AudioMediaFormat. MediaFormatAudioChannelPosition Specifies the channel position of Pcm media format. MediaFormatAudioMimeType Specifies the mime types for audio media formats. MediaFormatContainerMimeType Specifies the mime types for container media formats. MediaFormatTextMimeType Specifies the text mime types. MediaFormatTextType Specifies the text types. MediaFormatType Specifies the media format types. MediaFormatVideoMimeType Specifies the mime types for video media formats. MediaPacketBufferFlags Specifies the flag for a buffer. This enumeration has a attribute that allows a bitwise combination of its member values. MediaStreamBufferStatus Specifies the streaming buffer status. PlaneType Enumeration for the image datatype. PlaybackInterruptionReason Specifies the reason for the playback interruption. PlayerAudioExtractOption Enumeration of audio extract option. PlayerDisplayMode Specifies display modes for Player. PlayerError Specifies errors. PlayerState Specifies states that a Player can have. RadioInterruptedReason Specifies Radio interrupted reasons. RadioState Specifies states of the Radio. RecorderAudioCodec Specifies audio codecs for Recorder. RecorderAudioDevice Specifies audio capture devices for Recorder. RecorderDeviceState Specifies recorder device states for DeviceStateChanged. RecorderError Specifies errors for Recorder. RecorderFileFormat Specifies container formats for Recorder. RecorderPolicy Specifies recorder policies. RecorderState Specifies states for Recorder. RecorderType Specifies recorder types for DeviceStateChanged. RecorderVideoCodec Specifies video codecs for VideoRecorder. RecordingLimitType Specifies types of the recording limit for Recorder. Rotation Specifies the directions of rotation. StreamMetadataKey Specifies keys for the metadata. ToneType Specifies the audio codec. Visibility Specifies visibilities."
},
"API12/api/Tizen.Multimedia.IMediaBuffer.html": {
"href": "API12/api/Tizen.Multimedia.IMediaBuffer.html",
@@ -34679,11 +34684,6 @@
"title": "Interface IPreviewPlane",
"keywords": "Interface IPreviewPlane Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.Camera.dll Provides interface for various preview plane types. public interface IPreviewPlane Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
},
- "API12/api/Tizen.Multimedia.IWindowProvider.html": {
- "href": "API12/api/Tizen.Multimedia.IWindowProvider.html",
- "title": "Interface IWindowProvider",
- "keywords": "Interface IWindowProvider Definition Namespace: Tizen.Multimedia Assembly: Tizen.Multimedia.dll The IWindowProvider interface provides the window handle and information about the window's position, size, and rotation. public interface IWindowProvider Properties View Source Height Gets the height of the window. Declaration float Height { get; } Property Value Type Description float View Source Rotation Gets the rotation of the window in degrees. The value can only be 0, 90, 180, or 270. Declaration int Rotation { get; } Property Value Type Description int View Source Width Gets the width of the window. Declaration float Width { get; } Property Value Type Description float View Source WindowHandle Gets the window handle Declaration IntPtr WindowHandle { get; } Property Value Type Description IntPtr Remarks This handle represents Ecore_Wl2_Window on native. View Source X Gets the x-coordinate of the window's position. Declaration float X { get; } Property Value Type Description float View Source Y Gets the y-coordinate of the window's position. Declaration float Y { get; } Property Value Type Description float Extension Methods EXamlExtensions.LoadFromEXaml(T, string) EXamlExtensions.LoadFromEXamlByRelativePath(T, string) EXamlExtensions.LoadFromEXamlPath(TXaml, string) EXamlExtensions.LoadFromEXamlPath(T, Type) Extensions.LoadFromXaml(TXaml, string) Extensions.LoadFromXaml(TXaml, Type) Extensions.LoadFromXamlFile(TXaml, string)"
- },
"API12/api/Tizen.Multimedia.Location.html": {
"href": "API12/api/Tizen.Multimedia.Location.html",
"title": "Class Location",
@@ -42972,7 +42972,7 @@
"API12/api/Tizen.NUI.Window.html": {
"href": "API12/api/Tizen.NUI.Window.html",
"title": "Class Window",
- "keywords": "Class Window Definition Namespace: Tizen.NUI Assembly: Tizen.NUI.dll The window class is used internally for drawing. The window has an orientation and indicator properties. public class Window : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable Inheritance object BindableObject Element BaseHandle Window Implements IDynamicResourceHandler INameScope System.IDisposable Constructors View Source Window(string, IBorderInterface, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, IBorderInterface borderInterface, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. IBorderInterface borderInterface IBorderInterfaceIf borderInterface is null, defaultBorder is enabled. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, Rectangle, bool) Creates a new Window with a specific name. This creates an extra window in addition to the default main window Declaration public Window(string name, Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description string name The name for extra window. Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. View Source Window(string, WindowData) Creates a new Window with a specific name using WindowData. This creates an extra window in addition to the default main window Declaration public Window(string name, WindowData windowData) Parameters Type Name Description string name The name for extra window. WindowData windowData The window data View Source Window(Rectangle, bool) Creates a new Window. This creates an extra window in addition to the default main window Declaration public Window(Rectangle windowPosition = null, bool isTranslucent = false) Parameters Type Name Description Rectangle windowPosition The position and size of the Window. bool isTranslucent Whether Window is translucent. Properties View Source BackgroundColor The background color property. Declaration public Color BackgroundColor { get; set; } Property Value Type Description Color View Source Default Gets the default window. The main window or default window is automatically created when the application is launched, and it remains constant and unchanged throughout the application's operation. Declaration public static Window Default { get; } Property Value Type Description Window View Source DispatchHoverMotion Gets or sets the status of whether motion event of Hover can be dispatched. If a Window's DispatchHoverMotion is set to false, then it's can not will receive motion event of HoverEvent. Declaration public bool DispatchHoverMotion { get; set; } Property Value Type Description bool View Source DispatchTouchMotion Gets or sets the status of whether motion event of Touch can be dispatched. If a Window's DispatchTouchMotion is set to false, then it's can not will receive motion event of TouchEvent. Declaration public bool DispatchTouchMotion { get; set; } Property Value Type Description bool View Source Dpi The DPI property (read-only). Retrieves the DPI of the display device to which the Window is connected. Declaration public Vector2 Dpi { get; } Property Value Type Description Vector2 View Source Instance The stage instance property (read-only). Gets the current window. Declaration public static Window Instance { get; } Property Value Type Description Window View Source IsAlwaysOnTop Gets or sets a value indicating whether the window is alwats on top of other windows or not. Its behavior is effective among windows with the same notification level. Declaration public bool IsAlwaysOnTop { get; set; } Property Value Type Description bool View Source IsBorderEnabled Whether the border is enabled. Declaration public bool IsBorderEnabled { get; } Property Value Type Description bool View Source IsModal Gets or sets a value indicating whether the window is modal or not. The modal property of a window requires that it be set to a parent window. The window modal function operates on the specified parent window. Declaration public bool IsModal { get; set; } Property Value Type Description bool View Source LayerCount The layer count property (read-only). Queries the number of on-Window layers. Declaration public uint LayerCount { get; } Property Value Type Description uint View Source NativeHandle Get Native Window handle. How to get Native Window handle Window window = NUIApplication.GetDefaultWindow(); var handle = window.NativeHandle; if(handle.IsInvalid == false) { IntPtr nativeHandle = handle.DangerousGetHandle(); // do something with nativeHandle } Declaration public SafeHandle NativeHandle { get; } Property Value Type Description SafeHandle View Source PartialUpdate Gets or sets whether the window will update partial area or full area. If this value is true, window will update and render partial area. If false, full area updated. Declaration public bool PartialUpdate { get; set; } Property Value Type Description bool View Source RenderingBehavior The rendering behavior of a Window. Declaration public RenderingBehaviorType RenderingBehavior { get; set; } Property Value Type Description RenderingBehaviorType View Source Size The window size property (read-only). Declaration public Size2D Size { get; } Property Value Type Description Size2D View Source Title Gets/Sets a window title. Declaration public string Title { get; set; } Property Value Type Description string View Source Type Gets or sets a window type. Most of window type can be set to use WindowType, except for IME type. IME type can be set to use one of NUIApplication's constrcutors. Declaration public WindowType Type { get; set; } Property Value Type Description WindowType View Source WindowPosition Gets or sets a position of the window. Declaration public Position2D WindowPosition { get; set; } Property Value Type Description Position2D View Source WindowPositionSize Sets position and size of the window. This API guarantees that both moving and resizing of window will appear on the screen at once. Declaration public Rectangle WindowPositionSize { get; set; } Property Value Type Description Rectangle View Source WindowPositionSizeWithBorder Gets position and size of the border window Declaration public Rectangle WindowPositionSizeWithBorder { get; } Property Value Type Description Rectangle The total window size including the border area in the default window. View Source WindowSize Gets or sets a size of the window. Declaration public Size2D WindowSize { get; set; } Property Value Type Description Size2D View Source WindowSizeWithBorder Gets size of the border window Declaration public Size2D WindowSizeWithBorder { get; } Property Value Type Description Size2D The total window size including the border area in the default window. Methods View Source Activate() Activates the window to the top of the window stack even it is iconified. Declaration public void Activate() View Source Add(View) Add a child view to window. Declaration public void Add(View view) Parameters Type Name Description View view the child should be added to the window. View Source AddAuxiliaryHint(string, string) Creates an auxiliary hint of the window. Declaration public uint AddAuxiliaryHint(string hint, string value) Parameters Type Name Description string hint The auxiliary hint string. string value The value string. Returns Type Description uint The ID of created auxiliary hint, or 0 on failure. View Source AddAvailableOrientation(WindowOrientation) Adds an orientation to the list of available orientations. Declaration public void AddAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to add View Source AddFramePresentedCallback(FrameCallbackType, int) Adds a callback that is called when the frame is displayed on the display. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFramePresentedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameRenderedCallback(FrameCallbackType, int) Adds a callback that is called when the frame rendering is done by the graphics driver. A callback of the following type may be used: void MyFunction( int frameId ) This callback will be deleted once it is called. Ownership of the callback is passed onto this class Declaration public void AddFrameRenderedCallback(Window.FrameCallbackType callback, int frameId) Parameters Type Name Description Window.FrameCallbackType callback The function to call int frameId The Id to specify the frame. It will be passed when the callback is called. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface, View) Add FrameUpdateCallback with root view. FrameUpdateCallbackInterface can only detach Views under given view. Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback, View rootView) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View rootView Remarks We can give rootView as null if we want to make frameUpdateCallback don't have any dependency with some view. View Source AddFrameUpdateCallback(FrameUpdateCallbackInterface) Add FrameUpdateCallback Declaration public void AddFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source AddLayer(Layer) Adds a layer to the stage. Declaration public void AddLayer(Layer layer) Parameters Type Name Description Layer layer Layer to add. View Source CursorVisibleSet(bool) Sets visibility on/off of cursor Declaration public void CursorVisibleSet(bool visible) Parameters Type Name Description bool visible The visibility of cursor. View Source Destroy() Destroy the window immediately. Declaration public void Destroy() View Source Dispose(DisposeTypes) Dispose for Window Declaration protected override void Dispose(DisposeTypes type) Parameters Type Name Description DisposeTypes type Overrides BaseHandle.Dispose(DisposeTypes) View Source EnableFloatingMode(bool) Enables the floating mode of window. The floating mode is to support window is moved or resized by display server. For example, if the video-player window sets the floating mode, then display server changes its geometry and handles it like a popup. The way of handling floating mode window is decided by display server. A special display server(as a Tizen display server) supports this mode. Declaration public void EnableFloatingMode(bool enable) Parameters Type Name Description bool enable Enable floating mode or not. View Source ExcludeInputRegion(Rectangle) This function excludes input regions. It can be used multiple times and supports multiple regions. It means input region will be reduced. Nofice, should be set input area by IncludeInputRegion() before this function is used. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void ExcludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The excluded region to except input events. View Source FeedKey(Key) Feeds a key event into the window. Declaration public void FeedKey(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FeedKeyEvent(Key) Feed a key-event into the window. Declaration public static void FeedKeyEvent(Key keyEvent) Parameters Type Name Description Key keyEvent The key event to feed. View Source FindLayerByID(uint) Search through this Window for a Layer with the given unique ID. Declaration public Layer FindLayerByID(uint id) Parameters Type Name Description uint id The ID of the Layer to find. Returns Type Description Layer A handle to the Layer if found, or an empty handle if not. Remarks Hidden-API View Source Get(View) A helper method to get the current window where the view is added Declaration public static Window Get(View view) Parameters Type Name Description View view The View added to the window Returns Type Description Window A Window. View Source GetAuxiliaryHintId(string) Gets an ID of the auxiliary hint string. Declaration public uint GetAuxiliaryHintId(string hint) Parameters Type Name Description string hint The auxiliary hint string. Returns Type Description uint The ID of auxiliary hint string, or 0 on failure. View Source GetAuxiliaryHintValue(uint) Gets a value of the auxiliary hint. Declaration public string GetAuxiliaryHintValue(uint id) Parameters Type Name Description uint id The auxiliary hint ID. Returns Type Description string The string value of the auxiliary hint ID, or an empty string if none exists. View Source GetBrightness() Gets the preferred brightness of the window. Declaration public int GetBrightness() Returns Type Description int The preferred brightness. View Source GetCurrentOrientation() Gets current orientation of the window. Declaration public Window.WindowOrientation GetCurrentOrientation() Returns Type Description Window.WindowOrientation The current window orientation if previously set, or none. View Source GetDefaultLayer() Gets the default ( root ) layer. Declaration public Layer GetDefaultLayer() Returns Type Description Layer The root layer. View Source GetDirection(float, float) Calculates which direction to resize or to move. Declaration public Window.BorderDirection GetDirection(float xPosition, float yPosition) Parameters Type Name Description float xPosition The X position. float yPosition The Y position. Returns Type Description Window.BorderDirection The BorderDirection View Source GetFullScreen() Gets whether the full screen sized window or not. Declaration public bool GetFullScreen() Returns Type Description bool Returns true if the full screen sized window is. View Source GetKeyboardHorizentalRepeatInfo(out float, out float) Gets the keyboard repeat information of horizontal way. Declaration public bool GetKeyboardHorizentalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardRepeatInfo(out float, out float) Gets the keyboard repeat information. Declaration public bool GetKeyboardRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetKeyboardVerticalRepeatInfo(out float, out float) Gets the keyboard repeat information of vertical way. Declaration public bool GetKeyboardVerticalRepeatInfo(out float rate, out float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source GetLastHoverEvent() Gets the last hover event the window gets. Declaration public Hover GetLastHoverEvent() Returns Type Description Hover The last hover event the window gets. Remarks We will use weak reference of last hover events. Return value will be invalidated if last hover event changed internally. View Source GetLastKeyEvent() Gets the last key event the window gets. Declaration public Key GetLastKeyEvent() Returns Type Description Key The last key event the window gets. Remarks We will use weak reference of last key events. Return value will be invalidated if last key event changed internally. View Source GetLastPanGestureState() Gets the last pan gesture state the window gets. Declaration public Gesture.StateType GetLastPanGestureState() Returns Type Description Gesture.StateType The last pan gesture state the window gets. View Source GetLastTouchEvent() Gets the last touch event the window gets. Declaration public Touch GetLastTouchEvent() Returns Type Description Touch The last touch event the window gets. Remarks We will use weak reference of last touch events. Return value will be invalidated if last touch event changed internally. View Source GetLayer(uint) Retrieves the layer at a specified depth. Declaration public Layer GetLayer(uint depth) Parameters Type Name Description uint depth The layer's depth index. Returns Type Description Layer The layer found at the given depth. View Source GetNativeId() Get native window ID Declaration public int GetNativeId() Returns Type Description int native window ID View Source GetNotificationLevel() Gets a priority level for the specified notification window. Declaration public NotificationLevel GetNotificationLevel() Returns Type Description NotificationLevel The notification window level. View Source GetOverlayLayer() Gets the overlay layer. Declaration public Layer GetOverlayLayer() Returns Type Description Layer The overlay layer. View Source GetParent() Gets parent window of the window. Declaration public Window GetParent() Returns Type Description Window The parent window of the window. View Source GetPreferredOrientation() Gets the preferred orientation. Declaration public Window.WindowOrientation GetPreferredOrientation() Returns Type Description Window.WindowOrientation The preferred orientation if previously set, or none. View Source GetRenderTaskList() Declaration public RenderTaskList GetRenderTaskList() Returns Type Description RenderTaskList View Source GetScreenOffMode() Gets the screen mode of the window. Declaration public ScreenOffMode GetScreenOffMode() Returns Type Description ScreenOffMode The screen off mode. View Source GetSupportedAuxiliaryHint(uint) Gets the supported auxiliary hint string of the window. Declaration public string GetSupportedAuxiliaryHint(uint index) Parameters Type Name Description uint index The index of the supported auxiliary hint lists. Returns Type Description string The auxiliary hint string of the index. View Source GetSupportedAuxiliaryHintCount() Gets the count of supported auxiliary hints of the window. Declaration public uint GetSupportedAuxiliaryHintCount() Returns Type Description uint The number of supported auxiliary hints. View Source GrabKey(int, KeyGrabMode) Grabs the key specified by a key for a window in a GrabMode. Details: This function can be used for following example scenarios: TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app. Mobile - When a user presses the Home key, the homescreen appears regardless of the current foreground app. Mobile - Using the volume up or down as zoom up or down in camera apps. Declaration public bool GrabKey(int DaliKey, Window.KeyGrabMode GrabMode) Parameters Type Name Description int DaliKey The key code to grab. Window.KeyGrabMode GrabMode The grab mode for the key. Returns Type Description bool True if the grab succeeds. View Source GrabKeyTopmost(int) Grabs the key specified by a key for a window only when a window is the topmost window. This function can be used for following example scenarios: Mobile - Using volume up or down as zoom up or down in camera apps. Declaration public bool GrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to grab. Returns Type Description bool True if the grab succeeds. View Source Hide() Hides the window if it is showing. Declaration public void Hide() View Source IncludeInputRegion(Rectangle) Includes input region. This function inlcudes input regions. It can be used multiple times and supports multiple regions. It means input region will be extended. This input is related to mouse and touch event. If device has touch screen, this function is useful. Otherwise device does not have that, we can use it after connecting mouse to the device. Declaration public void IncludeInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The included region to accept input events. View Source IsFloatingModeEnabled() Returns whether the window is floating mode or not. Declaration public bool IsFloatingModeEnabled() Returns Type Description bool True if the window is enabled floating mode, false otherwise. View Source IsFocusAcceptable() Returns whether the window accepts a focus or not. Declaration public bool IsFocusAcceptable() Returns Type Description bool True if the window accepts a focus, false otherwise. View Source IsMaximized() Returns whether the window is maximized or not. Declaration public bool IsMaximized() Returns Type Description bool True if the window is maximized, false otherwise. View Source IsMinimized() Returns whether the window is minimized or not. Declaration public bool IsMinimized() Returns Type Description bool True if the window is minimized, false otherwise. View Source IsOpaqueState() Returns whether a transparent window's visual state is opaque or not. Declaration public bool IsOpaqueState() Returns Type Description bool True if the window's visual state is opaque, false otherwise. Remarks The return value has no meaning on an opaque window. View Source IsVisible() Retrieves whether the window is visible or not. Declaration public bool IsVisible() Returns Type Description bool True if the window is visible. View Source IsWindowRotating() Query whether window is rotating or not. Declaration public bool IsWindowRotating() Returns Type Description bool True if window is rotating, false otherwise. View Source KeepRendering(float) Keep rendering for at least the given amount of time. Declaration public void KeepRendering(float durationSeconds) Parameters Type Name Description float durationSeconds Time to keep rendering, 0 means render at least one more frame. View Source KeyboardGrab(DeviceSubClassType) Requests grab key events according to the requested device subtype Declaration public bool KeyboardGrab(DeviceSubClassType deviceSubclass) Parameters Type Name Description DeviceSubClassType deviceSubclass The deviceSubclass type. Returns Type Description bool True if KeyboardGrab succeeds. View Source KeyboardUnGrab() Requests ungrab key events Declaration public bool KeyboardUnGrab() Returns Type Description bool True if KeyboardUnGrab succeeds. View Source LazyFeedHover(uint) Feeds a hover event into the window. This is feed after a default time of 48 ms. You can also set this time. Declaration public void LazyFeedHover(uint time = null) Parameters Type Name Description uint time The time of how much later it will be feed (default is 48ms) Remarks If you want to do FeedHover after the UI is updated, it is recommended to set the time to at least 16ms. This will be a good time waiting for the UI to update. and LazyFeedHover called within the set time are ignored. Only the last request becomes a FeedHover. View Source LockedPointerCursorPositionHintSet(int, int) Sets the locked pointer cursor position hintset Declaration public void LockedPointerCursorPositionHintSet(int x, int y) Parameters Type Name Description int x The x position. int y The y position. View Source LockedPointerRegionSet(int, int, int, int) Sets the locked pointer region. Declaration public void LockedPointerRegionSet(int x, int y, int width, int height) Parameters Type Name Description int x The x position. int y The y position. int width The width. int height The height. View Source Lower() Lowers the window to the bottom of the window stack. Declaration public void Lower() View Source Maximize(bool) Maximizes window's size. If this function is called with true, window will be resized with screen size. Otherwise window will be resized with previous size. It is for the window's MAX button in window's border. If window border is supported by display server, it is not necessary. Declaration public void Maximize(bool max) Parameters Type Name Description bool max If window is maximized or unmaximized. View Source Minimize(bool) Minimizes window's size. If this function is called with true, window will be iconified. Otherwise window will be activated. It is for the window's MIN button in window border. If window border is supported by display server, it is not necessary. Declaration public void Minimize(bool min) Parameters Type Name Description bool min If window is minimized or unminimized. View Source ObjectDump() Declaration public void ObjectDump() View Source PointerConstraintsLock() Sets the pointer constraints lock. Declaration public bool PointerConstraintsLock() Returns Type Description bool True if PointerConstraintsLock succeeds. View Source PointerConstraintsUnlock() Sets the pointer constraints unlock. Declaration public bool PointerConstraintsUnlock() Returns Type Description bool True if PointerConstraintsUnlock succeeds. View Source PointerWarp(int, int) Sets the pointer warp. The pointer moves to the set coordinates. Declaration public bool PointerWarp(int x, int y) Parameters Type Name Description int x The x position. int y The y position. Returns Type Description bool True if PointerWarp succeeds. View Source Raise() Raises the window to the top of the window stack. Declaration public void Raise() View Source ReleaseSwigCPtr(HandleRef) Declaration protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr) Parameters Type Name Description Tizen.System.Runtime.InteropServices.HandleRef swigCPtr Overrides BaseHandle.ReleaseSwigCPtr(Runtime.InteropServices.HandleRef) View Source Remove(View) Remove a child view from window. Declaration public void Remove(View view) Parameters Type Name Description View view the child to be removed. View Source RemoveAuxiliaryHint(uint) Removes an auxiliary hint of the window. Declaration public bool RemoveAuxiliaryHint(uint id) Parameters Type Name Description uint id The ID of the auxiliary hint. Returns Type Description bool True if no error occurred, false otherwise. View Source RemoveAvailableOrientation(WindowOrientation) Removes an orientation from the list of available orientations. Declaration public void RemoveAvailableOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The available orientation to remove. View Source RemoveFrameUpdateCallback(FrameUpdateCallbackInterface) Remove FrameUpdateCallback Declaration public void RemoveFrameUpdateCallback(FrameUpdateCallbackInterface frameUpdateCallback) Parameters Type Name Description FrameUpdateCallbackInterface frameUpdateCallback View Source RemoveLayer(Layer) Removes a layer from the stage. Declaration public void RemoveLayer(Layer layer) Parameters Type Name Description Layer layer Layer to remove. View Source RenderOnce() Allows at least one more render, even when paused. The window should be shown, not minimised. Declaration public void RenderOnce() View Source RequestMoveToServer() Requests to display server for the window is moved by display server. It can be work with setting window floating mode. Declaration public void RequestMoveToServer() View Source RequestResizeToServer(ResizeDirection) Requests to display server for the window is resized by display server. It can be work with setting window floating mode. Declaration public void RequestResizeToServer(Window.ResizeDirection direction) Parameters Type Name Description Window.ResizeDirection direction It is indicated the window's side or edge for starting point. View Source SendRotationCompletedAcknowledgement() send the Acknowledgement to complete window rotation. For this function, SetNeedsRotationCompletedAcknowledgement should be already called with true. Declaration public void SendRotationCompletedAcknowledgement() View Source SetAcceptFocus(bool) Sets whether the window accepts a focus or not. Declaration public void SetAcceptFocus(bool accept) Parameters Type Name Description bool accept If a focus is accepted or not. The default is true. View Source SetAuxiliaryHintValue(uint, string) Changes a value of the auxiliary hint. Declaration public bool SetAuxiliaryHintValue(uint id, string value) Parameters Type Name Description uint id The auxiliary hint ID. string value The value string to be set. Returns Type Description bool True if no error occurred, false otherwise. View Source SetAvailableOrientations(List) Sets available orientations of the window. This API is for setting several orientations one time. Declaration public void SetAvailableOrientations(List orientations) Parameters Type Name Description List<> orientations The list of orientations. View Source SetBrightness(int) Sets preferred brightness of the window. Declaration public bool SetBrightness(int brightness) Parameters Type Name Description int brightness The preferred brightness (0 to 100). Returns Type Description bool True if no error occurred, false otherwise. View Source SetClass(string, string) Sets the window name and the class string. Declaration public void SetClass(string name, string klass) Parameters Type Name Description string name The name of the window. string klass The class of the window. View Source SetFullScreen(bool) Sets to resize window with full screen. If full screen size is set for the window, window will be resized with full screen. In addition, the full screen sized window's z-order is the highest. Declaration public void SetFullScreen(bool fullscreen) Parameters Type Name Description bool fullscreen If fullscreen is true, set fullscreen or unset. View Source SetInputRegion(Rectangle) Sets a region to accept input events. Declaration public void SetInputRegion(Rectangle inputRegion) Parameters Type Name Description Rectangle inputRegion The region to accept input events. View Source SetKeyboardHorizentalRepeatInfo(float, float) Sets the keyboard repeat information of horizontal way. Declaration public bool SetKeyboardHorizentalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardRepeatInfo(float, float) Sets the keyboard repeat information. Declaration public bool SetKeyboardRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetKeyboardVerticalRepeatInfo(float, float) Sets the keyboard repeat information of vertical way. Declaration public bool SetKeyboardVerticalRepeatInfo(float rate, float delay) Parameters Type Name Description float rate The key repeat rate value in seconds. float delay The key repeat delay value in seconds. Returns Type Description bool True if setting the keyboard repeat succeeds. View Source SetLayout(uint, uint, uint, uint, uint, uint) Sets the layout of the window. Declaration public void SetLayout(uint numCols, uint numRows, uint column, uint row, uint colSpan, uint rowSpan) Parameters Type Name Description uint numCols The number of columns in the layout. uint numRows The number of rows in the layout. uint column The column number of the window within the layout. uint row The row number of the window within the layout. uint colSpan The number of columns the window should span within the layout. uint rowSpan The number of rows the window should span within the layout. View Source SetLayout(WindowLayoutType) Sets the layout of the window. Declaration public void SetLayout(WindowLayoutType layoutType) Parameters Type Name Description WindowLayoutType layoutType The type of layout to set for the window. View Source SetMaximumSize(Size2D) Sets window's maximum size. It is to set the maximized size when window is maximized or the window's size is increased by RequestResizeToServer(). Although the size is set by this function, window's size can be increased over the limitation by SetPositionSize() or SetSize(). After setting, if Maximize() is called, window is resized with the setting size and move the center. Declaration public void SetMaximumSize(Size2D size) Parameters Type Name Description Size2D size the maximum size. View Source SetMimimumSize(Size2D) Sets window's minimum size. It is to set the minimum size when window's size is decreased by RequestResizeToServer(). Although the size is set by this function, window's size can be decreased over the limitation by SetPositionSize() or SetSize(). Declaration public void SetMimimumSize(Size2D size) Parameters Type Name Description Size2D size the minimum size. View Source SetNeedsRotationCompletedAcknowledgement(bool) Sets the necessary for window rotation Acknowledgement. After this function called, SendRotationCompletedAcknowledgement() should be called to complete window rotation. This function is supprot that application has the window rotation acknowledgement's control. It means display server waits when application's rotation work is finished. It is useful application has the other rendering engine which works asynchronous. For instance, GlView. Declaration public void SetNeedsRotationCompletedAcknowledgement(bool needAcknowledgement) Parameters Type Name Description bool needAcknowledgement the flag is true if window rotation acknowledge is sent. View Source SetNotificationLevel(NotificationLevel) Sets a priority level for the specified notification window. Declaration public bool SetNotificationLevel(NotificationLevel level) Parameters Type Name Description NotificationLevel level The notification window level. Returns Type Description bool True if no error occurred, false otherwise. View Source SetOpaqueState(bool) Sets a transparent window's visual state to opaque. If a visual state of a transparent window is opaque, then the window manager could handle it as an opaque window when calculating visibility. Declaration public void SetOpaqueState(bool opaque) Parameters Type Name Description bool opaque Whether the window's visual state is opaque. Remarks This will have no effect on an opaque window. It doesn't change transparent window to opaque window but lets the window manager know the visual state of the window. View Source SetParent(Window, bool) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. This function has the additional flag whether the child is located above or below of the parent. Declaration public void SetParent(Window parent, bool belowParent) Parameters Type Name Description Window parent The parent window. bool belowParent The flag is whether the child is located above or below of the parent. View Source SetParent(Window) Sets parent window of the window. After setting that, these windows do together when raise-up, lower and iconified/deiconified. Initially, the window is located on top of the parent. The window can go below parent by calling Lower(). If parent's window stack is changed by calling Raise() or Lower(), child windows are located on top of the parent again. Declaration public void SetParent(Window parent) Parameters Type Name Description Window parent The parent window. View Source SetPreferredOrientation(WindowOrientation) Sets a preferred orientation. Declaration public void SetPreferredOrientation(Window.WindowOrientation orientation) Parameters Type Name Description Window.WindowOrientation orientation The preferred orientation. View Source SetScreenOffMode(ScreenOffMode) Sets a window's screen off mode. Declaration public bool SetScreenOffMode(ScreenOffMode screenOffMode) Parameters Type Name Description ScreenOffMode screenOffMode The screen mode. Returns Type Description bool True if no error occurred, false otherwise. View Source SetTransparency(bool) Sets whether the window is transparent or not. Declaration public void SetTransparency(bool transparent) Parameters Type Name Description bool transparent Whether the window is transparent or not. View Source Show() Shows the window if it is hidden. Declaration public void Show() View Source UngrabKey(int) Ungrabs the key specified by a key for a window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKey(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source UngrabKeyTopmost(int) Ungrabs the key specified by a key for the window. Note: If this function is called between key down and up events of a grabbed key, an application doesn't receive the key up event. Declaration public bool UngrabKeyTopmost(int DaliKey) Parameters Type Name Description int DaliKey The key code to ungrab. Returns Type Description bool True if the ungrab succeeds. View Source Unparent() Unsets parent window of the window. After unsetting, the window is disconnected his parent window. Declaration public void Unparent() View Source VisibiltyChangedSignalEmit(bool) VisibiltyChangedSignalEmit Declaration public void VisibiltyChangedSignalEmit(bool visibility) Parameters Type Name Description bool visibility Events View Source AccessibilityHighlight Emits the event when the window needs to grab or clear highlight. Declaration public event EventHandler AccessibilityHighlight Event Type Type Description EventHandler<> View Source AuxiliaryMessage Auxiliary message is sent by displayer server when window's auxiliary was changed then display server sent the message. When client application added the window's auxiliary hint and if the auxiliary is changed, display server send the auxiliary message. Auxiliary message has the key, value and options. Declaration public event EventHandler AuxiliaryMessage Event Type Type Description EventHandler<> View Source FocusChanged FocusChanged event. Declaration public event EventHandler FocusChanged Event Type Type Description EventHandler<> View Source HoverEvent An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user. The hovered signal is emitted when the hover input is received. Declaration public event EventHandler HoverEvent Event Type Type Description EventHandler<> View Source InsetsChanged Emits the event when the window insets changes by status bar, virtual keyboard, or clipboard appears and disappears. Declaration public event EventHandler InsetsChanged Event Type Type Description EventHandler<> View Source InterceptKeyEvent Intercepts KeyEvents in the window before dispatching KeyEvents to the child. If it returns true(consumed), no KeyEvent is delivered to the child. Declaration public event ReturnTypeEventHandler
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ KVMService(TizenShell, IWindowProvider)
+ Creates a new KVM Service handle.
+
+
+ Declaration
+
+ public KVMService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
Creates a new KVM Service handle.
+public KVMService(TizenShell tzShell, IWindowProvider win)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
KVMService(TizenShell, Window)
@@ -156,7 +196,7 @@Parameters
Methods
- View Source + View SourceCancelDrag()
@@ -172,7 +212,7 @@Declaration
- View Source + View SourceDispose()
@@ -188,7 +228,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -220,7 +260,7 @@Parameters
- View Source + View Source~KVMService()
@@ -236,7 +276,7 @@Declaration
- View Source + View SourceGetSourceMimetypes()
@@ -269,7 +309,7 @@Returns
- View Source + View SourcePerformDrop()
@@ -285,7 +325,7 @@Declaration
- View Source + View SourcePerformDrop(DropTarget)
@@ -318,7 +358,7 @@Parameters
- View Source + View SourceReceiveDragData(string)
@@ -352,7 +392,7 @@Parameters
- View Source + View SourceSetSecondarySelction()
@@ -370,7 +410,7 @@Declaration
- View Source + View SourceSetSecondarySelection()
@@ -386,7 +426,7 @@Declaration
- View Source + View SourceUnsetSecondarySelction()
@@ -404,7 +444,7 @@Declaration
- View Source + View SourceUnsetSecondarySelection()
@@ -422,7 +462,7 @@Declaration
Events
- View Source + View SourceDragEnded
Emits the event when the drag ended on any window except KVM window.
@@ -452,7 +492,7 @@Event Type
- View Source + View SourceDragStarted
Emits the event when the drag started from any window.
@@ -511,7 +551,7 @@Extension Methods
Extension Methods
Extension Methods
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelClient(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Client handle.
+
+
+ Declaration
+
+ public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+
+ Parameters
+
Creates a new Quickpanel Client handle.
+public QuickPanelClient(TizenShell tzShell, IWindowProvider win, QuickPanelClient.Types type)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
QuickPanelClient.Types | +type | +The type of quickpanel service. + |
+
QuickPanelClient(TizenShell, Window, Types)
@@ -162,7 +208,7 @@Parameters
Properties
- View Source + View SourceOrientation
@@ -194,7 +240,7 @@Property Value
- View Source + View SourceScrollable
@@ -226,7 +272,7 @@Property Value
- View Source + View SourceVisible
@@ -260,7 +306,7 @@Property Value
Methods
- View Source + View SourceDispose()
@@ -276,7 +322,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -308,7 +354,7 @@Parameters
- View Source + View Source~QuickPanelClient()
@@ -324,7 +370,7 @@Declaration
- View Source + View SourceHide()
@@ -340,7 +386,7 @@Declaration
- View Source + View SourceShow()
@@ -358,7 +404,7 @@Declaration
Events
- View Source + View SourceOrientationChanged
Emits the event when the orientation of the quickpanel service window is changed.
@@ -388,7 +434,38 @@Event Type
- View Source + View Source + +RotationChanged
+Emits the event when the rotation(orientation) of the quickpanel service window is changed. +The value of the event argument represents the rotation angle in degrees.
+Declaration
+public event EventHandler<int> RotationChanged
+ Event Type
+Type | +Description | +
---|---|
EventHandler<><int> | ++ |
VisibleChanged
Emits the event when the visible state of the quickpanel service window is changed.
@@ -447,7 +524,7 @@Extension Methods
Extension Methods
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ QuickPanelService(TizenShell, IWindowProvider, Types)
+ Creates a new Quickpanel Service handle.
+
+
+ Declaration
+
+ public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+
+ Parameters
+
Creates a new Quickpanel Service handle.
+public QuickPanelService(TizenShell tzShell, IWindowProvider win, QuickPanelService.Types type)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TzShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
QuickPanelService.Types | +type | +The type of quickpanel service. + |
+
QuickPanelService(TizenShell, Window, Types)
@@ -162,7 +208,7 @@Parameters
Properties
- View Source + View SourceServiceType
@@ -196,7 +242,7 @@Property Value
Methods
- View Source + View SourceDispose()
@@ -212,7 +258,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -244,7 +290,7 @@Parameters
- View Source + View Source~QuickPanelService()
@@ -260,7 +306,7 @@Declaration
- View Source + View SourceHide()
@@ -276,7 +322,7 @@Declaration
- View Source + View SourceLockScroll(bool)
@@ -310,7 +356,7 @@Parameters
- View Source + View SourceSetContentRegion(uint, TizenRegion)
@@ -350,7 +396,7 @@Parameters
- View Source + View SourceSetEffectType(EffectType)
@@ -384,7 +430,7 @@Parameters
- View Source + View SourceSetHandlerRegion(uint, TizenRegion)
@@ -424,7 +470,7 @@Parameters
- View Source + View SourceShow()
@@ -469,7 +515,7 @@Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyClient(TizenShell, IWindowProvider)
+ Creates a new Softkey Client handle.
+
+
+ Declaration
+
+ public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
Creates a new Softkey Client handle.
+public SoftkeyClient(TizenShell tzShell, IWindowProvider win)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
SoftkeyClient(TizenShell, Window)
@@ -156,7 +196,7 @@Parameters
Properties
- View Source + View SourceExpand
@@ -188,7 +228,7 @@Property Value
- View Source + View SourceOpacity
@@ -220,7 +260,7 @@Property Value
- View Source + View SourceVisible
@@ -254,7 +294,7 @@Property Value
Methods
- View Source + View SourceDispose()
@@ -270,7 +310,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -302,7 +342,7 @@Parameters
- View Source + View Source~SoftkeyClient()
@@ -318,7 +358,7 @@Declaration
- View Source + View SourceHide()
@@ -334,7 +374,7 @@Declaration
- View Source + View SourceShow()
@@ -379,7 +419,7 @@Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ SoftkeyService(TizenShell, IWindowProvider)
+ Creates a new Softkey Service handle.
+
+
+ Declaration
+
+ public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+
+ Parameters
+
Creates a new Softkey Service handle.
+public SoftkeyService(TizenShell tzShell, IWindowProvider win)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the quickpanel service. + |
+
SoftkeyService(TizenShell, Window)
@@ -156,7 +196,7 @@Parameters
Methods
- View Source + View SourceDispose()
@@ -172,7 +212,7 @@Declaration
- View Source + View SourceDispose(DisposeTypes)
@@ -204,7 +244,7 @@Parameters
- View Source + View Source~SoftkeyService()
@@ -220,7 +260,7 @@Declaration
- View Source + View SourceHide()
@@ -236,7 +276,7 @@Declaration
- View Source + View SourceShow()
@@ -254,7 +294,7 @@Declaration
Events
- View Source + View SourceExpandChanged
Emits the event when the expand state of the softkey service window is changed.
@@ -284,7 +324,7 @@Event Type
- View Source + View SourceOpacityChanged
Emits the event when the opacity state of the softkey service window is changed.
@@ -314,7 +354,7 @@Event Type
- View Source + View SourceVisibleChanged
Emits the event when the visible state of the softkey service window is changed.
@@ -373,7 +413,7 @@Extension Methods
Extension Methods
Definition
Constructors
- View Source
+ View Source
+
+
+ TaskbarService(TizenShell, IWindowProvider, PlaceType)
+ Creates a new Taskbar Service handle.
+
+
+ Declaration
+
+ public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+
+ Parameters
+
Creates a new Taskbar Service handle.
+public TaskbarService(TizenShell tzShell, IWindowProvider win, TaskbarService.PlaceType type = default)
+ Type | +Name | +Description | +
---|---|---|
TizenShell | +tzShell | +The TizenShell instance. + |
+
IWindowProvider | +win | +The window provider for the taskbar service. + |
+
TaskbarService.PlaceType | +type | +The selected, predefined location on the screen the Taskbar should be placed on the screen. + |
+