C# Class OpenHome.Songcast.MediaPlayer

Inheritance: INotifyPropertyChanged, IComparable
Mostrar archivo Open project: openhome/ohSongcast Class Usage Examples

Private Properties

Property Type Description
EventReceiverPropertyChanged void
Play void
Standby void
Stop void
UpdateDescription void
UpdateStatus void

Public Methods

Method Description
Attach ( Receiver aReceiver ) : bool
Click ( ) : void
CompareTo ( object obj ) : int
Detach ( ) : void
Initialise ( bool aEnabled ) : void
MediaPlayer ( ) : System
MediaPlayer ( Receiver aReceiver, bool aEnabled ) : System
SetEnabled ( bool aValue ) : void
StopAndDetach ( ) : void

Private Methods

Method Description
EventReceiverPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Play ( ) : void
Standby ( ) : void
Stop ( ) : void
UpdateDescription ( ) : void
UpdateStatus ( ) : void

Method Details

Attach() public method

public Attach ( Receiver aReceiver ) : bool
aReceiver Receiver
return bool

Click() public method

public Click ( ) : void
return void

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Detach() public method

public Detach ( ) : void
return void

Initialise() public method

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

MediaPlayer() public method

public MediaPlayer ( ) : System
return System

MediaPlayer() public method

public MediaPlayer ( Receiver aReceiver, bool aEnabled ) : System
aReceiver Receiver
aEnabled bool
return System

SetEnabled() public method

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

StopAndDetach() public method

public StopAndDetach ( ) : void
return void