C# Class Sonority.UPnP.RenderingControl

Inheritance: UPnPServiceBase
Afficher le fichier Open project: NathanHowell/Sonority

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetMute ( Channel channel ) : bool
channel Channel
Résultat bool

GetVolume() public méthode

public GetVolume ( Channel channel ) : ushort
channel Channel
Résultat ushort

GetVolumeDB() public méthode

public GetVolumeDB ( Channel channel ) : short
channel Channel
Résultat short

GetVolumeDBRange() public méthode

public GetVolumeDBRange ( Channel channel ) : void
channel Channel
Résultat void

RampToVolume() public méthode

public RampToVolume ( Channel channel, RampType rampType, short desiredVolume ) : uint
channel Channel
rampType RampType
desiredVolume short
Résultat uint

RestoreVolumePriorToRamp() public méthode

public RestoreVolumePriorToRamp ( Channel channel ) : void
channel Channel
Résultat void

SetBass() public méthode

public SetBass ( int desiredBass ) : void
desiredBass int
Résultat void

SetLoudness() public méthode

public SetLoudness ( Channel channel, bool desiredLoudness ) : void
channel Channel
desiredLoudness bool
Résultat void

SetMute() public méthode

public SetMute ( Channel channel, bool desiredMute ) : void
channel Channel
desiredMute bool
Résultat void

SetOutputFixed() public méthode

public SetOutputFixed ( bool desiredFixed ) : void
desiredFixed bool
Résultat void

SetRelativeVolume() public méthode

public SetRelativeVolume ( Channel channel, int adjustment ) : ushort
channel Channel
adjustment int
Résultat ushort

SetTreble() public méthode

public SetTreble ( int desiredTreble ) : void
desiredTreble int
Résultat void

SetVolume() public méthode

public SetVolume ( Channel channel, ushort desiredVolume ) : void
channel Channel
desiredVolume ushort
Résultat void

SetVolumeDB() public méthode

public SetVolumeDB ( Channel channel, short desiredVolume ) : void
channel Channel
desiredVolume short
Résultat void