C# 클래스 Sonority.UPnP.RenderingControl

상속: UPnPServiceBase
파일 보기 프로젝트 열기: NathanHowell/Sonority

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetMute() 공개 메소드

public GetMute ( Channel channel ) : bool
channel Channel
리턴 bool

GetVolume() 공개 메소드

public GetVolume ( Channel channel ) : ushort
channel Channel
리턴 ushort

GetVolumeDB() 공개 메소드

public GetVolumeDB ( Channel channel ) : short
channel Channel
리턴 short

GetVolumeDBRange() 공개 메소드

public GetVolumeDBRange ( Channel channel ) : void
channel Channel
리턴 void

RampToVolume() 공개 메소드

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

RestoreVolumePriorToRamp() 공개 메소드

public RestoreVolumePriorToRamp ( Channel channel ) : void
channel Channel
리턴 void

SetBass() 공개 메소드

public SetBass ( int desiredBass ) : void
desiredBass int
리턴 void

SetLoudness() 공개 메소드

public SetLoudness ( Channel channel, bool desiredLoudness ) : void
channel Channel
desiredLoudness bool
리턴 void

SetMute() 공개 메소드

public SetMute ( Channel channel, bool desiredMute ) : void
channel Channel
desiredMute bool
리턴 void

SetOutputFixed() 공개 메소드

public SetOutputFixed ( bool desiredFixed ) : void
desiredFixed bool
리턴 void

SetRelativeVolume() 공개 메소드

public SetRelativeVolume ( Channel channel, int adjustment ) : ushort
channel Channel
adjustment int
리턴 ushort

SetTreble() 공개 메소드

public SetTreble ( int desiredTreble ) : void
desiredTreble int
리턴 void

SetVolume() 공개 메소드

public SetVolume ( Channel channel, ushort desiredVolume ) : void
channel Channel
desiredVolume ushort
리턴 void

SetVolumeDB() 공개 메소드

public SetVolumeDB ( Channel channel, short desiredVolume ) : void
channel Channel
desiredVolume short
리턴 void