Class Display

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
3

Provides a means to wrap various display types.

C#
Copy
public class Display
Inheritance
System.Object
Display

Constructors

View Source

Display(Window)

Initializes a new instance of the Display class with a Window class.

Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public Display(Window window)
Parameters
Type Name Description
Window window

A Window to display.

API Level: 3
View Source

Display(MediaView)

Initializes a new instance of the Display class with a MediaView class.

Declaration
C#
Copy
[Obsolete("Deprecated in API10; Will be removed in API12")] public Display(MediaView mediaView)
Parameters
Type Name Description
MediaView mediaView

A MediaView to display.

API Level: 3
View Source

Display(Window)

Initializes a new instance of the Display class with a Window class.

Declaration
C#
Copy
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.

API Level: 3
View Source

Display(Window, Boolean)

Initializes a new instance of the Display class with a Window class.

Declaration
C#
Copy
public Display(Window window, bool uiSync)
Parameters
Type Name Description
Window window

A Window to display.

Boolean 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.

API Level: 9

See Also