Class SubtitleModeCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to to send subtitle mode command.
C#Copypublic sealed class SubtitleModeCommand : Command
- Inheritance
Constructors
Declaration
C#Copypublic SubtitleModeCommand(bool isEnabled)
Parameters
Type | Name | Description |
---|---|---|
bool | isEnabled | A value indicating whether subtitle mode is enabled. |
Properties
Declaration
C#Copypublic bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
bool |