Stay organized with collections
Save and categorize content based on your preferences.
interface MediaPlayerControl
Summary
Public methods
canPause
abstract fun canPause(): Boolean
canSeekBackward
abstract fun canSeekBackward(): Boolean
canSeekForward
abstract fun canSeekForward(): Boolean
getAudioSessionId
abstract fun getAudioSessionId(): Int
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.
Return |
Int |
The audio session, or 0 if there was an error. |
getBufferPercentage
abstract fun getBufferPercentage(): Int
getCurrentPosition
abstract fun getCurrentPosition(): Int
getDuration
abstract fun getDuration(): Int
isPlaying
abstract fun isPlaying(): Boolean
pause
abstract fun pause(): Unit
seekTo
abstract fun seekTo(pos: Int): Unit
start
abstract fun start(): Unit
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."],[],[]]