Class SubtitleModeCommandReceivedEventArgs

Definition

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

Provides data for the SubtitleModeCommandReceived event.

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

Properties

View Source

Command

Gets the SubtitleModeCommand.

Declaration
C#
Copy
public SubtitleModeCommand Command { get; }
Property Value
Type Description
SubtitleModeCommand
API Level: 6