Class RepeatModeCapabilityUpdatedEventArgs

Definition

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

Provides data for the RepeatModeCapabilityUpdated event.

C#
Copy
public class RepeatModeCapabilityUpdatedEventArgs : EventArgs
Inheritance
object
System.EventArgs
RepeatModeCapabilityUpdatedEventArgs

Constructors

View Source

RepeatModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport)

Initializes a new instance of the RepeatModeCapabilityUpdatedEventArgs class.

Declaration
C#
Copy
public RepeatModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport support)
Parameters
Type Name Description
MediaControlCapabilitySupport support

The repeat mode capabilities.

Exceptions
Type Condition
System.ArgumentException

support is not valid.

Properties

View Source

Support

Gets the value whether the repeat mode is supported or not.

Declaration
C#
Copy
public MediaControlCapabilitySupport Support { get; }
Property Value