Class SubtitleModeCommand

    Definition

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

    Provides a means to to send subtitle mode command.

    public sealed class SubtitleModeCommand : Command
    Inheritance
    object
    Command
    SubtitleModeCommand

    Constructors

    View Source

    SubtitleModeCommand(bool)

    Initializes a new instance of the SubtitleModeCommand class.

    Declaration
    public SubtitleModeCommand(bool isEnabled)
    Parameters
    Type Name Description
    bool isEnabled

    A value indicating whether subtitle mode is enabled.

    Properties

    View Source

    IsEnabled

    Gets a value indicating whether subtitle mode is enabled or not.

    Declaration
    public bool IsEnabled { get; }
    Property Value
    Type Description
    bool

    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