public
static
interface
MediaController.MediaPlayerControl
android.widget.MediaController.MediaPlayerControl |
Known Indirect Subclasses |
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()
|
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. |