Class PlayerDisplaySettings

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Provides a means to configure display settings for video Player.

    public class PlayerDisplaySettings
    Inheritance
    object
    PlayerDisplaySettings

    Constructors

    View Source

    PlayerDisplaySettings(Player)

    This constructor supports the product infrastructure and is not intended to be used directly from application code.

    Declaration
    protected PlayerDisplaySettings(Player player)
    Parameters
    Type Name Description
    Player player

    The handle for the media player

    Properties

    View Source

    IsVisible

    Gets or sets the value indicating whether the display is visible.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    bool

    true if the display is visible; otherwise false.

    View Source

    Mode

    Gets or sets the PlayerDisplayMode of the player.

    Declaration
    public PlayerDisplayMode Mode { get; set; }
    Property Value
    Type Description
    PlayerDisplayMode
    View Source

    Player

    Gets the player of this instance.

    Declaration
    protected Player Player { get; }
    Property Value
    Type Description
    Player

    The Player of this PlayerDisplaySettings instance.

    View Source

    Rotation

    Gets or sets the rotation of the display.

    Declaration
    public Rotation Rotation { get; set; }
    Property Value
    Type Description
    Rotation

    Rotate0, Rotate90, Rotate180, Rotate270.

    Methods

    View Source

    SetRoi(Rectangle)

    Sets the ROI(Region Of Interest) for the video display.

    Declaration
    public void SetRoi(Rectangle roi)
    Parameters
    Type Name Description
    Rectangle roi

    The region.

    Remarks

    the roi can be set before setting Roi. (since 4.0)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX