close
The Wayback Machine - https://web.archive.org/web/20170923063058/https://developer.android.com/reference/android/media/session/MediaController.PlaybackInfo.html
Skip to content

Most visited

Recently visited

navigation

MediaController.PlaybackInfo

public static final class MediaController.PlaybackInfo
extends Object

java.lang.Object
   ↳ android.media.session.MediaController.PlaybackInfo


Holds information about the current playback and how audio is handled for this session.

Summary

Constants

int PLAYBACK_TYPE_LOCAL

The session uses local playback.

int PLAYBACK_TYPE_REMOTE

The session uses remote playback.

Public methods

AudioAttributes getAudioAttributes()

Get the audio attributes for this session.

int getCurrentVolume()

Get the current volume for this session.

int getMaxVolume()

Get the maximum volume that may be set for this session.

int getPlaybackType()

Get the type of playback which affects volume handling.

int getVolumeControl()

Get the type of volume control that can be used.

Inherited methods

BERJAYA From class java.lang.Object

Constants

PLAYBACK_TYPE_LOCAL

added in API level 21
int PLAYBACK_TYPE_LOCAL

The session uses local playback.

Constant Value: 1 (0x00000001)

PLAYBACK_TYPE_REMOTE

added in API level 21
int PLAYBACK_TYPE_REMOTE

The session uses remote playback.

Constant Value: 2 (0x00000002)

Public methods

getAudioAttributes

added in API level 21
AudioAttributes getAudioAttributes ()

Get the audio attributes for this session. The attributes will affect volume handling for the session. When the volume type is PLAYBACK_TYPE_REMOTE these may be ignored by the remote volume handler.

Returns
AudioAttributes The attributes for this session.

getCurrentVolume

added in API level 21
int getCurrentVolume ()

Get the current volume for this session.

Returns
int The current volume where this session is playing.

getMaxVolume

added in API level 21
int getMaxVolume ()

Get the maximum volume that may be set for this session.

Returns
int The maximum allowed volume where this session is playing.

getPlaybackType

added in API level 21
int getPlaybackType ()

Get the type of playback which affects volume handling. One of:

Returns
int The type of playback this session is using.

getVolumeControl

added in API level 21
int getVolumeControl ()

Get the type of volume control that can be used. One of:

Returns
int The type of volume control that may be used with this session.

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)