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
    [Obsolete("Deprecated in API10; Will be removed in API12")]
    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
    [Obsolete("Deprecated in API10; Will be removed in API12")]
    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

    See Also

    Player
    Camera
    ScreenMirroring
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX