public
static
interface
MediaController.MediaPlayerControl
android.widget.MediaController.MediaPlayerControl
Summary
Public methods
canPause
public abstract boolean canPause ()
canSeekBackward
public abstract boolean canSeekBackward ()
canSeekForward
public abstract boolean canSeekForward ()
getAudioSessionId
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. |
getBufferPercentage
public abstract int getBufferPercentage ()
getCurrentPosition
public abstract int getCurrentPosition ()
getDuration
public abstract int getDuration ()
isPlaying
public abstract boolean isPlaying ()
pause
public abstract void pause ()
seekTo
public abstract void seekTo (int pos)
start
public abstract void start ()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]