# Print output for @column tags ?>
public
static
interface
MediaController.MediaPlayerControl
| android.widget.MediaController.MediaPlayerControl |
Public methods | |
|---|---|
abstract
boolean
|
canPause()
|
abstract
boolean
|
canSeekBackward()
|
abstract
boolean
|
canSeekForward()
|
abstract
int
|
getAudioSessionId()
Get the audio session id for the player used by this VideoView. |
abstract
int
|
getBufferPercentage()
|
abstract
int
|
getCurrentPosition()
|
abstract
int
|
getDuration()
|
abstract
boolean
|
isPlaying()
|
abstract
void
|
pause()
|
abstract
void
|
seekTo(int pos)
|
abstract
void
|
start()
|
public abstract boolean canPause ()
| Returns | |
|---|---|
boolean |
|
public abstract boolean canSeekBackward ()
| Returns | |
|---|---|
boolean |
|
public abstract boolean canSeekForward ()
| Returns | |
|---|---|
boolean |
|
public abstract int getAudioSessionId ()
Get the audio session id for the player used by this VideoView. This can be used to apply audio effects to the audio track of a video.
| Returns | |
|---|---|
int |
The audio session, or 0 if there was an error. |
public abstract int getBufferPercentage ()
| Returns | |
|---|---|
int |
|
public abstract int getCurrentPosition ()
| Returns | |
|---|---|
int |
|
public abstract int getDuration ()
| Returns | |
|---|---|
int |
|
public abstract boolean isPlaying ()
| Returns | |
|---|---|
boolean |
|
public abstract void pause ()
public abstract void seekTo (int pos)
| Parameters | |
|---|---|
pos |
int |
public abstract void start ()