Added in API level 1
Summary:
Methods
MediaController.MediaPlayerControl
public
static
interface
MediaController.MediaPlayerControl
android.widget.MediaController.MediaPlayerControl |
Summary
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 methods
getAudioSessionId
Added in API level 18
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. |