C# Class android.media.Ringtone

Inheritance: java.lang.Object
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
getStreamType ( ) : int
getTitle ( android arg0 ) : global::java.lang.String
isPlaying ( ) : bool
play ( ) : void
setStreamType ( int arg0 ) : void
stop ( ) : void

Protected Methods

Method Description
Ringtone ( global @__env )

Private Methods

Method Description
Ringtone ( )

Method Details

Ringtone() protected method

protected Ringtone ( global @__env )
@__env global

getStreamType() public method

public getStreamType ( ) : int
return int

getTitle() public method

public getTitle ( android arg0 ) : global::java.lang.String
arg0 android
return global::java.lang.String

isPlaying() public method

public isPlaying ( ) : bool
return bool

play() public method

public play ( ) : void
return void

setStreamType() public method

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

stop() public method

public stop ( ) : void
return void