Class ShuffleModeCapabilityUpdatedEventArgs

    Definition

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

    Provides data for the ShuffleModeCapabilityUpdated event.

    public class ShuffleModeCapabilityUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ShuffleModeCapabilityUpdatedEventArgs

    Constructors

    View Source

    ShuffleModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport)

    Initializes a new instance of the ShuffleModeCapabilityUpdatedEventArgs class.

    Declaration
    public ShuffleModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport support)
    Parameters
    Type Name Description
    MediaControlCapabilitySupport support

    The shuffle mode capabilities.

    Exceptions
    Type Condition
    System.ArgumentException

    support is not valid.

    Properties

    View Source

    Support

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

    Declaration
    public MediaControlCapabilitySupport Support { get; }
    Property Value
    Type Description
    MediaControlCapabilitySupport
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX