Class ShuffleModeCapabilityUpdatedEventArgs

Definition

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

Provides data for the ShuffleModeCapabilityUpdated event.

C#
Copy
public class ShuffleModeCapabilityUpdatedEventArgs : EventArgs
Inheritance
ShuffleModeCapabilityUpdatedEventArgs

Constructors

View Source

ShuffleModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport)

Initializes a new instance of the ShuffleModeCapabilityUpdatedEventArgs class.

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

The shuffle mode capabilities.

Exceptions
Type Condition
System.ArgumentException

support is not vaild.

API Level: 5

Properties

View Source

Support

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

Declaration
C#
Copy
public MediaControlCapabilitySupport Support { get; }
Property Value
Type Description
MediaControlCapabilitySupport
API Level: 5