Class VolumeChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
3

Provides data for the Changed event.

C#
Copy
public class VolumeChangedEventArgs : EventArgs
Inheritance
VolumeChangedEventArgs

Properties

View Source

Level

Gets the new volume level.

Declaration
C#
Copy
public int Level { get; }
Property Value
Type Description
System.Int32

The new volume level.

API Level: 3
View Source

Type

Gets the sound type that volume is changed.

Declaration
C#
Copy
public AudioVolumeType Type { get; }
Property Value
Type Description
AudioVolumeType

The sound type that volume is changed.

API Level: 3