C# Class OpenHome.Songcast.Receiver

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Play ( ) : void
SetMute ( bool aValue ) : void
SetVolume ( uint aValue ) : void
Standby ( ) : void
Stop ( ) : void
ToString ( ) : string
VolumeDec ( ) : void
VolumeInc ( ) : void

Private Methods

Méthode Description
Changed ( ) : void
MapsTo ( IReceiver aReceiver ) : bool
Owns ( IntPtr aReceiver ) : bool
Receiver ( IReceiver aReceiver ) : System
Receiver ( IntPtr aReceiver ) : System
ReceiverAddRef ( IntPtr aHandle ) : void
ReceiverGroup ( IntPtr aHandle ) : IntPtr
ReceiverHasVolumeControl ( IntPtr aHandle ) : bool
ReceiverIpAddress ( IntPtr aHandle ) : uint
ReceiverMute ( IntPtr aHandle ) : bool
ReceiverName ( IntPtr aHandle ) : IntPtr
ReceiverPlay ( IntPtr aHandle ) : void
ReceiverRemoveRef ( IntPtr aHandle ) : void
ReceiverRoom ( IntPtr aHandle ) : IntPtr
ReceiverSetMute ( IntPtr aHandle, bool aValue ) : void
ReceiverSetVolume ( IntPtr aHandle, uint aValue ) : void
ReceiverStandby ( IntPtr aHandle ) : void
ReceiverStatus ( IntPtr aHandle ) : uint
ReceiverStop ( IntPtr aHandle ) : void
ReceiverUdn ( IntPtr aHandle ) : IntPtr
ReceiverVolume ( IntPtr aHandle ) : uint
ReceiverVolumeDec ( IntPtr aHandle ) : void
ReceiverVolumeInc ( IntPtr aHandle ) : void
ReceiverVolumeLimit ( IntPtr aHandle ) : uint

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

SetMute() public méthode

public SetMute ( bool aValue ) : void
aValue bool
Résultat void

SetVolume() public méthode

public SetVolume ( uint aValue ) : void
aValue uint
Résultat void

Standby() public méthode

public Standby ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

VolumeDec() public méthode

public VolumeDec ( ) : void
Résultat void

VolumeInc() public méthode

public VolumeInc ( ) : void
Résultat void