Class PlaybackCapabilityUpdatedEventArgs

    Definition

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

    Provides data for the PlaybackCapabilityUpdated event.

    public class PlaybackCapabilityUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PlaybackCapabilityUpdatedEventArgs

    Constructors

    View Source

    PlaybackCapabilityUpdatedEventArgs(Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport>)

    Initializes a new instance of the PlaybackCapabilityUpdatedEventArgs class.

    Declaration
    public PlaybackCapabilityUpdatedEventArgs(Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> support)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<TKey, TValue><MediaControlPlaybackCommand, MediaControlCapabilitySupport> support

    The set of playback capabilities.

    Exceptions
    Type Condition
    System.ArgumentNullException

    support is invalid.

    Properties

    View Source

    Support

    Gets the value whether the playback action is supported or not.

    Declaration
    public Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> Support { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><MediaControlPlaybackCommand, MediaControlCapabilitySupport>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX