Class Display
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Provides a means to wrap various display types.
public class Display
- Inheritance
-
Display
Constructors
View SourceDisplay(Window)
Declaration
public Display(Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | A Window to display. |
Display(MediaView)
Declaration
public Display(MediaView mediaView)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaView | mediaView | A MediaView to display. |
Display(Window)
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.
Display(Window, bool)
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.