Język

Adjust Enum

Definition

Enumerates values returned by the Lower, Raise, and Same members and taken as a parameter of several types.

public enum Adjust
type Adjust = 
Inheritance
Adjust

Fields

Name Value Description
Mute -100

Mute the volume. Has no effect if the stream is already muted.

Android reference for android.media.AudioManager.ADJUST_MUTE.

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.

Lower -1

Decrease the ringer volume.

Same 0

Maintain the previous ringer volume.

Raise 1

Increase the ringer volume.

Unmute 100

Unmute the volume. Has no effect if the stream is not muted.

Android reference for android.media.AudioManager.ADJUST_UNMUTE.

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.

ToggleMute 101

Toggle the mute state. If muted the stream will be unmuted. If not muted the stream will be muted.

Android reference for android.media.AudioManager.ADJUST_TOGGLE_MUTE.

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