C# Class imBMW.Multimedia.AudioPlayerBase

Inheritance: IAudioPlayer
Afficher le fichier Open project: toxsedyshev/imBMW

Protected Properties

Свойство Type Description
isPlaying bool

Méthodes publiques

Méthode Description
Next ( ) : void
Pause ( ) : void
Play ( ) : void
PlayPauseToggle ( ) : void
Prev ( ) : void
RandomToggle ( ) : bool
VoiceButtonLongPress ( ) : void
VoiceButtonPress ( ) : void
VolumeDown ( ) : void
VolumeUp ( ) : void

Méthodes protégées

Méthode Description
CheckIsEnabled ( ) : void
OnIsCurrentPlayerChanged ( bool isCurrentPlayer ) : void
OnIsEnabledChanged ( bool isEnabled ) : void
OnIsPlayingChanged ( bool isPlaying ) : void
OnNowPlayingChanged ( TrackInfo nowPlaying ) : void
OnPlayerHostStateChanged ( PlayerHostState playerHostState ) : void
OnStatusChanged ( PlayerEvent playerEvent ) : void
OnStatusChanged ( string status, PlayerEvent playerEvent ) : void
SetPlaying ( bool value ) : void

Method Details

CheckIsEnabled() protected méthode

protected CheckIsEnabled ( ) : void
Résultat void

Next() public abstract méthode

public abstract Next ( ) : void
Résultat void

OnIsCurrentPlayerChanged() protected méthode

protected OnIsCurrentPlayerChanged ( bool isCurrentPlayer ) : void
isCurrentPlayer bool
Résultat void

OnIsEnabledChanged() protected méthode

protected OnIsEnabledChanged ( bool isEnabled ) : void
isEnabled bool
Résultat void

OnIsPlayingChanged() protected méthode

protected OnIsPlayingChanged ( bool isPlaying ) : void
isPlaying bool
Résultat void

OnNowPlayingChanged() protected méthode

protected OnNowPlayingChanged ( TrackInfo nowPlaying ) : void
nowPlaying imBMW.Multimedia.Models.TrackInfo
Résultat void

OnPlayerHostStateChanged() protected méthode

protected OnPlayerHostStateChanged ( PlayerHostState playerHostState ) : void
playerHostState PlayerHostState
Résultat void

OnStatusChanged() protected méthode

protected OnStatusChanged ( PlayerEvent playerEvent ) : void
playerEvent PlayerEvent
Résultat void

OnStatusChanged() protected méthode

protected OnStatusChanged ( string status, PlayerEvent playerEvent ) : void
status string
playerEvent PlayerEvent
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 abstract méthode

public abstract Prev ( ) : void
Résultat void

RandomToggle() public abstract méthode

public abstract RandomToggle ( ) : bool
Résultat bool

SetPlaying() protected méthode

protected SetPlaying ( bool value ) : void
value bool
Résultat void

VoiceButtonLongPress() public abstract méthode

public abstract VoiceButtonLongPress ( ) : void
Résultat void

VoiceButtonPress() public abstract méthode

public abstract VoiceButtonPress ( ) : void
Résultat void

VolumeDown() public abstract méthode

public abstract VolumeDown ( ) : void
Résultat void

VolumeUp() public abstract méthode

public abstract VolumeUp ( ) : void
Résultat void

Property Details

isPlaying protected_oe property

protected bool isPlaying
Résultat bool