Volume Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum Volume
type Volume = 
Inheritance
Volume

Fields

Name Value Description
Min 0

Minimum volume setting, for use with ToneGenerator(int, int)

Android reference for android.media.ToneGenerator.MIN_VOLUME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Max 100

Maximum volume, for use with ToneGenerator(int, int)

Android reference for android.media.ToneGenerator.MAX_VOLUME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to