C# Class Sonority.UPnP.RenderingControl

Inheritance: UPnPServiceBase
ファイルを表示 Open project: NathanHowell/Sonority

Public Methods

Method Description
GetMute ( Channel channel ) : bool
GetVolume ( Channel channel ) : ushort
GetVolumeDB ( Channel channel ) : short
GetVolumeDBRange ( Channel channel ) : void
RampToVolume ( Channel channel, RampType rampType, short desiredVolume ) : uint
RestoreVolumePriorToRamp ( Channel channel ) : void
SetBass ( int desiredBass ) : void
SetLoudness ( Channel channel, bool desiredLoudness ) : void
SetMute ( Channel channel, bool desiredMute ) : void
SetOutputFixed ( bool desiredFixed ) : void
SetRelativeVolume ( Channel channel, int adjustment ) : ushort
SetTreble ( int desiredTreble ) : void
SetVolume ( Channel channel, ushort desiredVolume ) : void
SetVolumeDB ( Channel channel, short desiredVolume ) : void

Private Methods

Method Description
GetBass ( ) : short
GetField ( XPathNavigator node ) : FieldInfo
GetLoudness ( Channel channel ) : bool
GetOutputFixed ( ) : bool
GetSupportsOutputFixed ( ) : bool
GetTreble ( ) : short
RenderingControl ( UPnPService service ) : System
RenderingControl_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

GetMute() public method

public GetMute ( Channel channel ) : bool
channel Channel
return bool

GetVolume() public method

public GetVolume ( Channel channel ) : ushort
channel Channel
return ushort

GetVolumeDB() public method

public GetVolumeDB ( Channel channel ) : short
channel Channel
return short

GetVolumeDBRange() public method

public GetVolumeDBRange ( Channel channel ) : void
channel Channel
return void

RampToVolume() public method

public RampToVolume ( Channel channel, RampType rampType, short desiredVolume ) : uint
channel Channel
rampType RampType
desiredVolume short
return uint

RestoreVolumePriorToRamp() public method

public RestoreVolumePriorToRamp ( Channel channel ) : void
channel Channel
return void

SetBass() public method

public SetBass ( int desiredBass ) : void
desiredBass int
return void

SetLoudness() public method

public SetLoudness ( Channel channel, bool desiredLoudness ) : void
channel Channel
desiredLoudness bool
return void

SetMute() public method

public SetMute ( Channel channel, bool desiredMute ) : void
channel Channel
desiredMute bool
return void

SetOutputFixed() public method

public SetOutputFixed ( bool desiredFixed ) : void
desiredFixed bool
return void

SetRelativeVolume() public method

public SetRelativeVolume ( Channel channel, int adjustment ) : ushort
channel Channel
adjustment int
return ushort

SetTreble() public method

public SetTreble ( int desiredTreble ) : void
desiredTreble int
return void

SetVolume() public method

public SetVolume ( Channel channel, ushort desiredVolume ) : void
channel Channel
desiredVolume ushort
return void

SetVolumeDB() public method

public SetVolumeDB ( Channel channel, short desiredVolume ) : void
channel Channel
desiredVolume short
return void