C# Class imBMW.Multimedia.iPodViaHeadset

Inheritance: AudioPlayerBase, IDisposable
Afficher le fichier Open project: toxsedyshev/imBMW

Méthodes publiques

Méthode Description
Dispose ( ) : void
Next ( ) : void
Pause ( ) : void
Play ( ) : void
PlayPauseToggle ( ) : void
Prev ( ) : void
RandomToggle ( ) : bool
VoiceButtonLongPress ( ) : void
VoiceButtonPress ( ) : void
VoiceOverCurrent ( ) : void
VoiceOverMenu ( ) : void
VolumeDown ( ) : void
VolumeUp ( ) : void
iPodViaHeadset ( Cpu headsetControl, Cpu volumeUp = Cpu.Pin.GPIO_NONE, Cpu volumeDown = Cpu.Pin.GPIO_NONE ) : System

Private Methods

Méthode Description
DisposePorts ( ) : void
EnqueueIPodCommand ( iPodCommand command ) : void
ExecuteIPodCommand ( object c ) : void
PressIPodButton ( bool longPause = false, int milliseconds = 50 ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Next() public méthode

public Next ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

PlayPauseToggle() public méthode

public PlayPauseToggle ( ) : void
Résultat void

Prev() public méthode

public Prev ( ) : void
Résultat void

RandomToggle() public méthode

public RandomToggle ( ) : bool
Résultat bool

VoiceButtonLongPress() public méthode

public VoiceButtonLongPress ( ) : void
Résultat void

VoiceButtonPress() public méthode

public VoiceButtonPress ( ) : void
Résultat void

VoiceOverCurrent() public méthode

public VoiceOverCurrent ( ) : void
Résultat void

VoiceOverMenu() public méthode

public VoiceOverMenu ( ) : void
Résultat void

VolumeDown() public méthode

public VolumeDown ( ) : void
Résultat void

VolumeUp() public méthode

public VolumeUp ( ) : void
Résultat void

iPodViaHeadset() public méthode

public iPodViaHeadset ( Cpu headsetControl, Cpu volumeUp = Cpu.Pin.GPIO_NONE, Cpu volumeDown = Cpu.Pin.GPIO_NONE ) : System
headsetControl Microsoft.SPOT.Hardware.Cpu
volumeUp Microsoft.SPOT.Hardware.Cpu
volumeDown Microsoft.SPOT.Hardware.Cpu
Résultat System