mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: Add IBasicVolumeControlsMessenger and update MessengerFactoryRegistry for volume control integration
This commit is contained in:
parent
101d6c6e79
commit
0244b0e585
4 changed files with 28 additions and 6 deletions
|
|
@ -14,5 +14,10 @@ namespace PepperDash.Essentials.Core
|
|||
/// Gets the volume level units
|
||||
/// </summary>
|
||||
eVolumeLevelUnits Units { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the maximum volume level
|
||||
/// </summary>
|
||||
int MaxVolumeLevel { get; }
|
||||
}
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@ namespace PepperDash.Essentials.Core;
|
|||
/// <summary>
|
||||
/// Represents a level control item in a list, which can be used to control volume or mute functionality.
|
||||
/// </summary>
|
||||
public class LevelControlListItem : AudioControlListItemBase
|
||||
public class LevelControlListItem : AudioConptrolListItemBase
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue