C# Class android.media.Ringtone

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

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

Méthodes protégées

Méthode Description
Ringtone ( global @__env )

Private Methods

Méthode Description
Ringtone ( )

Method Details

Ringtone() protected méthode

protected Ringtone ( global @__env )
@__env global

getStreamType() public méthode

public getStreamType ( ) : int
Résultat int

getTitle() public méthode

public getTitle ( android arg0 ) : global::java.lang.String
arg0 android
Résultat global::java.lang.String

isPlaying() public méthode

public isPlaying ( ) : bool
Résultat bool

play() public méthode

public play ( ) : void
Résultat void

setStreamType() public méthode

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

stop() public méthode

public stop ( ) : void
Résultat void