Class DisplayModeCommand

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides a means to to send display mode command.

    public sealed class DisplayModeCommand : Command
    Inheritance
    object
    Command
    DisplayModeCommand

    Constructors

    View Source

    DisplayModeCommand(MediaControlDisplayMode)

    Initializes a new instance of the DisplayModeCommand class.

    Declaration
    public DisplayModeCommand(MediaControlDisplayMode mode)
    Parameters
    Type Name Description
    MediaControlDisplayMode mode

    The MediaControlDisplayMode.

    Exceptions
    Type Condition
    System.ArgumentException

    mode is not valid.

    Properties

    View Source

    Mode

    Gets the display mode.

    Declaration
    public MediaControlDisplayMode Mode { get; }
    Property Value
    Type Description
    MediaControlDisplayMode
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX