C# Class OpenHome.Songcast.Receiver

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

Public Methods

Method 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

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

public Dispose ( ) : void
return void

Play() public method

public Play ( ) : void
return void

SetMute() public method

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

SetVolume() public method

public SetVolume ( uint aValue ) : void
aValue uint
return void

Standby() public method

public Standby ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

VolumeDec() public method

public VolumeDec ( ) : void
return void

VolumeInc() public method

public VolumeInc ( ) : void
return void