Click or drag to resize

IRenderingControlService Interface

[This is preliminary documentation and is subject to change.]

Defines UPnP AV rendering control service

Namespace:  GHASchema.Classes.Device.AudioVideo.UPnPAV
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public interface IRenderingControlService

The IRenderingControlService type exposes the following members.

Methods
  NameDescription
Public methodGetBassAsync
Gets current Bass setting
Public methodGetIsMuteEnabledAsync
Gets current mute state
Public methodGetTrebleAsync
Gets current Treble setting
Public methodGetVolumeAsync
Gets the current volume setting
Public methodSetBalanceAsync
Sets the balance
Public methodSetBassAsync
Sets the Bass setting
Public methodSetLoudnessAsync
Sets loudness level
Public methodSetMuteAsync
Sets the mute state
Public methodSetTrebleAsync
Sets the Treble setting
Public methodSetVolumeAsync
Sets the volume
Top
Events
  NameDescription
Public eventRcPropertyChanged
Raised when UPnP Properties are changed
Top
See Also