Class VolumeChangedEventArgs

    Definition

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

    Provides data for the Changed event.

    public class VolumeChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    VolumeChangedEventArgs

    Properties

    View Source

    Level

    Gets the new volume level.

    Declaration
    public int Level { get; }
    Property Value
    Type Description
    int

    The new volume level.

    View Source

    Type

    Gets the sound type that volume is changed.

    Declaration
    public AudioVolumeType Type { get; }
    Property Value
    Type Description
    AudioVolumeType

    The sound type that volume is changed.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX