C# Class android.media.MediaPlayer

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
create ( android arg0, android arg1 ) : global::android.media.MediaPlayer
create ( android arg0, android arg1, android arg2 ) : global::android.media.MediaPlayer
create ( android arg0, int arg1 ) : global::android.media.MediaPlayer
getCurrentPosition ( ) : int
getDuration ( ) : int
getVideoHeight ( ) : int
getVideoWidth ( ) : int
isLooping ( ) : bool
isPlaying ( ) : bool
pause ( ) : void
prepare ( ) : void
prepareAsync ( ) : void
release ( ) : void
reset ( ) : void
seekTo ( int arg0 ) : void
setAudioStreamType ( int arg0 ) : void
setDataSource ( android arg0, android arg1 ) : void
setDataSource ( java arg0 ) : void
setDataSource ( java arg0, long arg1, long arg2 ) : void
setDisplay ( android arg0 ) : void
setLooping ( bool arg0 ) : void
setOnBufferingUpdateListener ( android arg0 ) : void
setOnBufferingUpdateListener ( global arg0 ) : void
setOnCompletionListener ( android arg0 ) : void
setOnCompletionListener ( global arg0 ) : void
setOnErrorListener ( android arg0 ) : void
setOnErrorListener ( global arg0 ) : void
setOnInfoListener ( android arg0 ) : void
setOnInfoListener ( global arg0 ) : void
setOnPreparedListener ( android arg0 ) : void
setOnPreparedListener ( global arg0 ) : void
setOnSeekCompleteListener ( android arg0 ) : void
setOnSeekCompleteListener ( global arg0 ) : void
setOnVideoSizeChangedListener ( android arg0 ) : void
setOnVideoSizeChangedListener ( global arg0 ) : void
setScreenOnWhilePlaying ( bool arg0 ) : void
setVolume ( float arg0, float arg1 ) : void
setWakeMode ( android arg0, int arg1 ) : void
start ( ) : void
stop ( ) : void

Protected Methods

Method Description
MediaPlayer ( global @__env )
finalize ( ) : void

Private Methods

Method Description
MediaPlayer ( )

Method Details

MediaPlayer() protected method

protected MediaPlayer ( global @__env )
@__env global

create() public static method

public static create ( android arg0, android arg1 ) : global::android.media.MediaPlayer
arg0 android
arg1 android
return global::android.media.MediaPlayer

create() public static method

public static create ( android arg0, android arg1, android arg2 ) : global::android.media.MediaPlayer
arg0 android
arg1 android
arg2 android
return global::android.media.MediaPlayer

create() public static method

public static create ( android arg0, int arg1 ) : global::android.media.MediaPlayer
arg0 android
arg1 int
return global::android.media.MediaPlayer

finalize() protected method

protected finalize ( ) : void
return void

getCurrentPosition() public method

public getCurrentPosition ( ) : int
return int

getDuration() public method

public getDuration ( ) : int
return int

getVideoHeight() public method

public getVideoHeight ( ) : int
return int

getVideoWidth() public method

public getVideoWidth ( ) : int
return int

isLooping() public method

public isLooping ( ) : bool
return bool

isPlaying() public method

public isPlaying ( ) : bool
return bool

pause() public method

public pause ( ) : void
return void

prepare() public method

public prepare ( ) : void
return void

prepareAsync() public method

public prepareAsync ( ) : void
return void

release() public method

public release ( ) : void
return void

reset() public method

public reset ( ) : void
return void

seekTo() public method

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

setAudioStreamType() public method

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

setDataSource() public method

public setDataSource ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

setDataSource() public method

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

setDataSource() public method

public setDataSource ( java arg0, long arg1, long arg2 ) : void
arg0 java
arg1 long
arg2 long
return void

setDisplay() public method

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

setLooping() public method

public setLooping ( bool arg0 ) : void
arg0 bool
return void

setOnBufferingUpdateListener() public method

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

setOnBufferingUpdateListener() public method

public setOnBufferingUpdateListener ( global arg0 ) : void
arg0 global
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

setOnInfoListener() public method

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

setOnInfoListener() public method

public setOnInfoListener ( 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

setOnSeekCompleteListener() public method

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

setOnSeekCompleteListener() public method

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

setOnVideoSizeChangedListener() public method

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

setOnVideoSizeChangedListener() public method

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

setScreenOnWhilePlaying() public method

public setScreenOnWhilePlaying ( bool arg0 ) : void
arg0 bool
return void

setVolume() public method

public setVolume ( float arg0, float arg1 ) : void
arg0 float
arg1 float
return void

setWakeMode() public method

public setWakeMode ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void