Class MaxVolumeLevel

Definition

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

Provides a means to get max volume levels.

C#
Copy
public class MaxVolumeLevel : object
Inheritance
MaxVolumeLevel

Properties

View Source

Item[AudioVolumeType]

Gets the max volume level of the specified AudioVolumeType.

Declaration
C#
Copy
public int this[AudioVolumeType type] { get; }
Parameters
Type Name Description
AudioVolumeType type

The AudioVolumeType to query.

Property Value
Type Description
Int32

The maximum volume level.

API Level: 3

Extension Methods