Class SubtitleModeUpdatedEventArgs

Definition

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

Provides data for the SubtitleModeUpdated event.

C#
Copy
public class SubtitleModeUpdatedEventArgs : EventArgs
Inheritance
System.Object
SubtitleModeUpdatedEventArgs

Properties

View Source

IsEnabled

Gets the value indicating whether subtitle is enabled or not.

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