Since: API Level 1
public static interface

MediaController.MediaPlayerControl

android.widget.MediaController.MediaPlayerControl
Known Indirect Subclasses

Summary

Public Methods
abstract boolean canPause()
abstract boolean canSeekBackward()
abstract boolean canSeekForward()
abstract int getBufferPercentage()
abstract int getCurrentPosition()
abstract int getDuration()
abstract boolean isPlaying()
abstract void pause()
abstract void seekTo(int pos)
abstract void start()

Public Methods

public abstract boolean canPause ()

Since: API Level 5

public abstract boolean canSeekBackward ()

Since: API Level 5

public abstract boolean canSeekForward ()

Since: API Level 5

public abstract int getBufferPercentage ()

Since: API Level 1

public abstract int getCurrentPosition ()

Since: API Level 1

public abstract int getDuration ()

Since: API Level 1

public abstract boolean isPlaying ()

Since: API Level 1

public abstract void pause ()

Since: API Level 1

public abstract void seekTo (int pos)

Since: API Level 1

public abstract void start ()

Since: API Level 1