C# Class android.media.AudioManager

Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
abandonAudioFocus ( android arg0 ) : int
abandonAudioFocus ( global arg0 ) : int
adjustStreamVolume ( int arg0, int arg1, int arg2 ) : void
adjustSuggestedStreamVolume ( int arg0, int arg1, int arg2 ) : void
adjustVolume ( int arg0, int arg1 ) : void
getMode ( ) : int
getParameters ( java arg0 ) : global::java.lang.String
getRingerMode ( ) : int
getRouting ( int arg0 ) : int
getStreamMaxVolume ( int arg0 ) : int
getStreamVolume ( int arg0 ) : int
getVibrateSetting ( int arg0 ) : int
isBluetoothA2dpOn ( ) : bool
isBluetoothScoAvailableOffCall ( ) : bool
isBluetoothScoOn ( ) : bool
isMicrophoneMute ( ) : bool
isMusicActive ( ) : bool
isSpeakerphoneOn ( ) : bool
isWiredHeadsetOn ( ) : bool
loadSoundEffects ( ) : void
playSoundEffect ( int arg0 ) : void
playSoundEffect ( int arg0, float arg1 ) : void
registerMediaButtonEventReceiver ( android arg0 ) : void
requestAudioFocus ( android arg0, int arg1, int arg2 ) : int
requestAudioFocus ( global arg0, int arg1, int arg2 ) : int
setBluetoothA2dpOn ( bool arg0 ) : void
setBluetoothScoOn ( bool arg0 ) : void
setMicrophoneMute ( bool arg0 ) : void
setMode ( int arg0 ) : void
setParameters ( java arg0 ) : void
setRingerMode ( int arg0 ) : void
setRouting ( int arg0, int arg1, int arg2 ) : void
setSpeakerphoneOn ( bool arg0 ) : void
setStreamMute ( int arg0, bool arg1 ) : void
setStreamSolo ( int arg0, bool arg1 ) : void
setStreamVolume ( int arg0, int arg1, int arg2 ) : void
setVibrateSetting ( int arg0, int arg1 ) : void
setWiredHeadsetOn ( bool arg0 ) : void
shouldVibrate ( int arg0 ) : bool
startBluetoothSco ( ) : void
stopBluetoothSco ( ) : void
unloadSoundEffects ( ) : void
unregisterMediaButtonEventReceiver ( android arg0 ) : void

Méthodes protégées

Méthode Description
AudioManager ( global @__env )

Private Methods

Méthode Description
AudioManager ( )

Method Details

AudioManager() protected méthode

protected AudioManager ( global @__env )
@__env global

abandonAudioFocus() public méthode

public abandonAudioFocus ( android arg0 ) : int
arg0 android
Résultat int

abandonAudioFocus() public méthode

public abandonAudioFocus ( global arg0 ) : int
arg0 global
Résultat int

adjustStreamVolume() public méthode

public adjustStreamVolume ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
Résultat void

adjustSuggestedStreamVolume() public méthode

public adjustSuggestedStreamVolume ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
Résultat void

adjustVolume() public méthode

public adjustVolume ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

getMode() public méthode

public getMode ( ) : int
Résultat int

getParameters() public méthode

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

getRingerMode() public méthode

public getRingerMode ( ) : int
Résultat int

getRouting() public méthode

public getRouting ( int arg0 ) : int
arg0 int
Résultat int

getStreamMaxVolume() public méthode

public getStreamMaxVolume ( int arg0 ) : int
arg0 int
Résultat int

getStreamVolume() public méthode

public getStreamVolume ( int arg0 ) : int
arg0 int
Résultat int

getVibrateSetting() public méthode

public getVibrateSetting ( int arg0 ) : int
arg0 int
Résultat int

isBluetoothA2dpOn() public méthode

public isBluetoothA2dpOn ( ) : bool
Résultat bool

isBluetoothScoAvailableOffCall() public méthode

public isBluetoothScoAvailableOffCall ( ) : bool
Résultat bool

isBluetoothScoOn() public méthode

public isBluetoothScoOn ( ) : bool
Résultat bool

isMicrophoneMute() public méthode

public isMicrophoneMute ( ) : bool
Résultat bool

isMusicActive() public méthode

public isMusicActive ( ) : bool
Résultat bool

isSpeakerphoneOn() public méthode

public isSpeakerphoneOn ( ) : bool
Résultat bool

isWiredHeadsetOn() public méthode

public isWiredHeadsetOn ( ) : bool
Résultat bool

loadSoundEffects() public méthode

public loadSoundEffects ( ) : void
Résultat void

playSoundEffect() public méthode

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

playSoundEffect() public méthode

public playSoundEffect ( int arg0, float arg1 ) : void
arg0 int
arg1 float
Résultat void

registerMediaButtonEventReceiver() public méthode

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

requestAudioFocus() public méthode

public requestAudioFocus ( android arg0, int arg1, int arg2 ) : int
arg0 android
arg1 int
arg2 int
Résultat int

requestAudioFocus() public méthode

public requestAudioFocus ( global arg0, int arg1, int arg2 ) : int
arg0 global
arg1 int
arg2 int
Résultat int

setBluetoothA2dpOn() public méthode

public setBluetoothA2dpOn ( bool arg0 ) : void
arg0 bool
Résultat void

setBluetoothScoOn() public méthode

public setBluetoothScoOn ( bool arg0 ) : void
arg0 bool
Résultat void

setMicrophoneMute() public méthode

public setMicrophoneMute ( bool arg0 ) : void
arg0 bool
Résultat void

setMode() public méthode

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

setParameters() public méthode

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

setRingerMode() public méthode

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

setRouting() public méthode

public setRouting ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
Résultat void

setSpeakerphoneOn() public méthode

public setSpeakerphoneOn ( bool arg0 ) : void
arg0 bool
Résultat void

setStreamMute() public méthode

public setStreamMute ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
Résultat void

setStreamSolo() public méthode

public setStreamSolo ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
Résultat void

setStreamVolume() public méthode

public setStreamVolume ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
Résultat void

setVibrateSetting() public méthode

public setVibrateSetting ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setWiredHeadsetOn() public méthode

public setWiredHeadsetOn ( bool arg0 ) : void
arg0 bool
Résultat void

shouldVibrate() public méthode

public shouldVibrate ( int arg0 ) : bool
arg0 int
Résultat bool

startBluetoothSco() public méthode

public startBluetoothSco ( ) : void
Résultat void

stopBluetoothSco() public méthode

public stopBluetoothSco ( ) : void
Résultat void

unloadSoundEffects() public méthode

public unloadSoundEffects ( ) : void
Résultat void

unregisterMediaButtonEventReceiver() public méthode

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