The Wayback Machine - https://web.archive.org/web/20170922160245/https://developer.android.com/reference/android/media/VolumeAutomation.html
Skip to content

Most visited

Recently visited

navigation
added in API level 26

VolumeAutomation

public interface VolumeAutomation

android.media.VolumeAutomation
Known Indirect Subclasses


VolumeAutomation defines an interface for automatic volume control of AudioTrack and MediaPlayer objects.

Summary

Public methods

abstract VolumeShaper createVolumeShaper(VolumeShaper.Configuration configuration)

Returns a VolumeShaper object that can be used modify the volume envelope of the player or track.

Public methods

createVolumeShaper

added in API level 26
VolumeShaper createVolumeShaper (VolumeShaper.Configuration configuration)

Returns a VolumeShaper object that can be used modify the volume envelope of the player or track.

Parameters
configuration VolumeShaper.Configuration: the configuration that specifies the curve and duration to use.

This value must never be null.

Returns
VolumeShaper a VolumeShaper object

This value will never be null.

Throws
IllegalArgumentException if the configuration is not allowed by the player.
IllegalStateException if too many VolumeShapers are requested or the state of the player does not permit its creation (e.g. player is released).
This site uses cookies to store your preferences for site-specific language and display options.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in ?

You requested a page in , but your language preference for this site is .

Would you like to change your language preference and browse this site in ? If you want to change your language preference later, use the language menu at the bottom of each page.

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.

Take a short survey?
Help us improve the Android developer experience.
(Sep 2017 survey)