Class AudioVolume

Definition

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

Provides the ability to control the volume levels.

C#
Copy
public class AudioVolume
Inheritance
System.Object
AudioVolume

Properties

View Source

CurrentPlaybackType

Gets the volume type of the sound being currently played.

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

The volume type of the sound being currently played.

API Level: 3
View Source

Level

Gets the VolumeLevel.

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

The VolumeLevel.

API Level: 3
View Source

MaxLevel

Gets the MaxVolumeLevel.

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

The MaxVolumeLevel.

API Level: 3

Events

View Source

Changed

Occurs when the volume level is changed.

Declaration
C#
Copy
public event EventHandler<VolumeChangedEventArgs> Changed
Event Type
Type Description
System.EventHandler<VolumeChangedEventArgs>
API Level: 3

See Also