Class SubtitleModeCommand

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
6

Provides a means to to send subtitle mode command.

C#
Copy
public sealed class SubtitleModeCommand : Command
Inheritance
System.Object
SubtitleModeCommand

Constructors

View Source

SubtitleModeCommand(Boolean)

Initializes a new instance of the SubtitleModeCommand class.

Declaration
C#
Copy
public SubtitleModeCommand(bool isEnabled)
Parameters
Type Name Description
System.Boolean isEnabled

A value indicating whether subtitle mode is enabled.

API Level: 6

Properties

View Source

IsEnabled

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

Declaration
C#
Copy
public bool IsEnabled { get; }
Property Value
Type Description
System.Boolean
API Level: 6