C# Class OpenHome.Songcast.MediaPlayerConfiguration

Mostrar archivo Open project: openhome/ohSongcast Class Usage Examples

Private Properties

Property Type Description
EventMediaPlayerListCollectionChanged void
EventMediaPlayerPropertyChanged void
Initialise void
SetPath void

Public Methods

Method 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

Method 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 method

public static Load ( bool aEnabled ) : MediaPlayerConfiguration
aEnabled bool
return MediaPlayerConfiguration

MediaPlayerConfiguration() public method

public MediaPlayerConfiguration ( ) : System
return System

ReceiverAdded() public method

public ReceiverAdded ( Receiver aReceiver ) : void
aReceiver Receiver
return void

ReceiverRemoved() public method

public ReceiverRemoved ( Receiver aReceiver ) : void
aReceiver Receiver
return void

Refresh() public method

public Refresh ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SetEnabled() public method

public SetEnabled ( bool aEnabled ) : void
aEnabled bool
return void

SubnetChanged() public method

public SubnetChanged ( ) : void
return void