C# Class android.widget.VideoView

Inheritance: android.view.SurfaceView, android.widget.MediaController.MediaPlayerControl
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
VideoView ( global @__env )
onMeasure ( int arg0, int arg1 ) : void

Private Methods

Method Description
VideoView ( )

Method Details

VideoView() public method

public VideoView ( android arg0 )
arg0 android

VideoView() public method

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

VideoView() public method

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

VideoView() protected method

protected VideoView ( global @__env )
@__env global

canPause() public method

public canPause ( ) : bool
return bool

canSeekBackward() public method

public canSeekBackward ( ) : bool
return bool

canSeekForward() public method

public canSeekForward ( ) : bool
return bool

getBufferPercentage() public method

public getBufferPercentage ( ) : int
return int

getCurrentPosition() public method

public getCurrentPosition ( ) : int
return int

getDuration() public method

public getDuration ( ) : int
return int

isPlaying() public method

public isPlaying ( ) : bool
return bool

onKeyDown() public method

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onTouchEvent() public method

public onTouchEvent ( android arg0 ) : bool
arg0 android
return bool

onTrackballEvent() public method

public onTrackballEvent ( android arg0 ) : bool
arg0 android
return bool

pause() public method

public pause ( ) : void
return void

resolveAdjustedSize() public method

public resolveAdjustedSize ( int arg0, int arg1 ) : int
arg0 int
arg1 int
return int

resume() public method

public resume ( ) : void
return void

seekTo() public method

public seekTo ( int arg0 ) : void
arg0 int
return void

setMediaController() public method

public setMediaController ( android arg0 ) : void
arg0 android
return void

setOnCompletionListener() public method

public setOnCompletionListener ( android arg0 ) : void
arg0 android
return void

setOnCompletionListener() public method

public setOnCompletionListener ( global arg0 ) : void
arg0 global
return void

setOnErrorListener() public method

public setOnErrorListener ( android arg0 ) : void
arg0 android
return void

setOnErrorListener() public method

public setOnErrorListener ( global arg0 ) : void
arg0 global
return void

setOnPreparedListener() public method

public setOnPreparedListener ( android arg0 ) : void
arg0 android
return void

setOnPreparedListener() public method

public setOnPreparedListener ( global arg0 ) : void
arg0 global
return void

setVideoPath() public method

public setVideoPath ( java arg0 ) : void
arg0 java
return void

setVideoURI() public method

public setVideoURI ( android arg0 ) : void
arg0 android
return void

start() public method

public start ( ) : void
return void

stopPlayback() public method

public stopPlayback ( ) : void
return void

suspend() public method

public suspend ( ) : void
return void