Class RepeatModeCommand

    Definition

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

    Provides a means to to send repeat mode commands.

    public sealed class RepeatModeCommand : Command
    Inheritance
    object
    Command
    RepeatModeCommand

    Constructors

    View Source

    RepeatModeCommand(MediaControlRepeatMode)

    Initializes a new instance of the RepeatModeCommand class.

    Declaration
    public RepeatModeCommand(MediaControlRepeatMode mode)
    Parameters
    Type Name Description
    MediaControlRepeatMode mode

    The MediaControlRepeatMode.

    Properties

    View Source

    Mode

    Gets the repeat mode.

    Declaration
    public MediaControlRepeatMode Mode { get; }
    Property Value
    Type Description
    MediaControlRepeatMode

    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