C# Class OpenHome.Songcast.MediaPlayerConfiguration

Afficher le fichier Open project: openhome/ohSongcast Class Usage Examples

Private Properties

Свойство Type Description
EventMediaPlayerListCollectionChanged void
EventMediaPlayerPropertyChanged void
Initialise void
SetPath void

Méthodes publiques

Méthode Description
Load ( bool aEnabled ) : MediaPlayerConfiguration
MediaPlayerConfiguration ( ) : System
ReceiverAdded ( Receiver aReceiver ) : void
ReceiverRemoved ( Receiver aReceiver ) : void
Refresh ( ) : void
Save ( ) : void
SetEnabled ( bool aEnabled ) : void
SubnetChanged ( ) : void

Private Methods

Méthode Description
EventMediaPlayerListCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
EventMediaPlayerPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Initialise ( bool aEnabled ) : void
SetPath ( string aPath ) : void

Method Details

Load() public static méthode

public static Load ( bool aEnabled ) : MediaPlayerConfiguration
aEnabled bool
Résultat MediaPlayerConfiguration

MediaPlayerConfiguration() public méthode

public MediaPlayerConfiguration ( ) : System
Résultat System

ReceiverAdded() public méthode

public ReceiverAdded ( Receiver aReceiver ) : void
aReceiver Receiver
Résultat void

ReceiverRemoved() public méthode

public ReceiverRemoved ( Receiver aReceiver ) : void
aReceiver Receiver
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SetEnabled() public méthode

public SetEnabled ( bool aEnabled ) : void
aEnabled bool
Résultat void

SubnetChanged() public méthode

public SubnetChanged ( ) : void
Résultat void