C# Class android.widget.VideoView

Inheritance: android.view.SurfaceView, android.widget.MediaController.MediaPlayerControl
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
VideoView ( android arg0 )
VideoView ( android arg0, android arg1 )
VideoView ( android arg0, android arg1, int arg2 )
canPause ( ) : bool
canSeekBackward ( ) : bool
canSeekForward ( ) : bool
getBufferPercentage ( ) : int
getCurrentPosition ( ) : int
getDuration ( ) : int
isPlaying ( ) : bool
onKeyDown ( int arg0, android arg1 ) : bool
onTouchEvent ( android arg0 ) : bool
onTrackballEvent ( android arg0 ) : bool
pause ( ) : void
resolveAdjustedSize ( int arg0, int arg1 ) : int
resume ( ) : void
seekTo ( int arg0 ) : void
setMediaController ( android arg0 ) : void
setOnCompletionListener ( android arg0 ) : void
setOnCompletionListener ( global arg0 ) : void
setOnErrorListener ( android arg0 ) : void
setOnErrorListener ( global arg0 ) : void
setOnPreparedListener ( android arg0 ) : void
setOnPreparedListener ( global arg0 ) : void
setVideoPath ( java arg0 ) : void
setVideoURI ( android arg0 ) : void
start ( ) : void
stopPlayback ( ) : void
suspend ( ) : void

Méthodes protégées

Méthode Description
VideoView ( global @__env )
onMeasure ( int arg0, int arg1 ) : void

Private Methods

Méthode Description
VideoView ( )

Method Details

VideoView() public méthode

public VideoView ( android arg0 )
arg0 android

VideoView() public méthode

public VideoView ( android arg0, android arg1 )
arg0 android
arg1 android

VideoView() public méthode

public VideoView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

VideoView() protected méthode

protected VideoView ( global @__env )
@__env global

canPause() public méthode

public canPause ( ) : bool
Résultat bool

canSeekBackward() public méthode

public canSeekBackward ( ) : bool
Résultat bool

canSeekForward() public méthode

public canSeekForward ( ) : bool
Résultat bool

getBufferPercentage() public méthode

public getBufferPercentage ( ) : int
Résultat int

getCurrentPosition() public méthode

public getCurrentPosition ( ) : int
Résultat int

getDuration() public méthode

public getDuration ( ) : int
Résultat int

isPlaying() public méthode

public isPlaying ( ) : bool
Résultat bool

onKeyDown() public méthode

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onMeasure() protected méthode

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

onTouchEvent() public méthode

public onTouchEvent ( android arg0 ) : bool
arg0 android
Résultat bool

onTrackballEvent() public méthode

public onTrackballEvent ( android arg0 ) : bool
arg0 android
Résultat bool

pause() public méthode

public pause ( ) : void
Résultat void

resolveAdjustedSize() public méthode

public resolveAdjustedSize ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Résultat int

resume() public méthode

public resume ( ) : void
Résultat void

seekTo() public méthode

public seekTo ( int arg0 ) : void
arg0 int
Résultat void

setMediaController() public méthode

public setMediaController ( android arg0 ) : void
arg0 android
Résultat void

setOnCompletionListener() public méthode

public setOnCompletionListener ( android arg0 ) : void
arg0 android
Résultat void

setOnCompletionListener() public méthode

public setOnCompletionListener ( global arg0 ) : void
arg0 global
Résultat void

setOnErrorListener() public méthode

public setOnErrorListener ( android arg0 ) : void
arg0 android
Résultat void

setOnErrorListener() public méthode

public setOnErrorListener ( global arg0 ) : void
arg0 global
Résultat void

setOnPreparedListener() public méthode

public setOnPreparedListener ( android arg0 ) : void
arg0 android
Résultat void

setOnPreparedListener() public méthode

public setOnPreparedListener ( global arg0 ) : void
arg0 global
Résultat void

setVideoPath() public méthode

public setVideoPath ( java arg0 ) : void
arg0 java
Résultat void

setVideoURI() public méthode

public setVideoURI ( android arg0 ) : void
arg0 android
Résultat void

start() public méthode

public start ( ) : void
Résultat void

stopPlayback() public méthode

public stopPlayback ( ) : void
Résultat void

suspend() public méthode

public suspend ( ) : void
Résultat void