diff options
Diffstat (limited to 'ldoc-stubs/volume.lua')
| -rw-r--r-- | ldoc-stubs/volume.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ldoc-stubs/volume.lua b/ldoc-stubs/volume.lua deleted file mode 100644 index 7eff24c5..00000000 --- a/ldoc-stubs/volume.lua +++ /dev/null @@ -1,14 +0,0 @@ ---- Module for interacting with playback volume. The Bluetooth and wired outputs store their current volume separately; this API only allows interacting with the volume of the currently used output device. --- @module volume - -local volume = {} - ---- The current volume as a percentage of the current volume limit. --- @see types.Property -volume.current_pct = types.Property - ---- The current volume in terms of decibels relative to line level. --- @see types.Property -volume.current_db = types.Property - -return volume |
