1
Fork 0

Deploying to gh-pages from @ sclu1034/lua-libpulse-glib@1745e5d4ad 🚀

This commit is contained in:
sclu1034 2022-08-11 11:34:55 +00:00
parent 971a7d856a
commit 7aa200e4fd
6 changed files with 443 additions and 3189 deletions

View file

@ -99,7 +99,7 @@ loop:run()
<footer class="footer">
<div class="content has-text-centered">
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-10 21:43:17.
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-11 11:34:54.
</div>
</footer>

3424
ldoc.css

File diff suppressed because it is too large Load diff

View file

@ -2320,7 +2320,7 @@
<footer class="footer">
<div class="content has-text-centered">
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-10 21:43:17.
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-11 11:34:54.
</div>
</footer>

View file

@ -154,7 +154,7 @@
<footer class="footer">
<div class="content has-text-centered">
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-10 21:43:17.
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-11 11:34:54.
</div>
</footer>

View file

@ -1029,7 +1029,7 @@
<footer class="footer">
<div class="content has-text-centered">
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-10 21:43:17.
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-11 11:34:54.
</div>
</footer>

View file

@ -57,6 +57,22 @@
<td class="name"><a href="#is_valid">is_valid(value)</a></td>
<td class="summary">Checks whether a value is a valid <a href="../modules/lua_libpulse_glib.volume.html#Volume">Volume</a>.</td>
</tr>
<tr>
<td class="name"><a href="#from_dB">from_dB(value)</a></td>
<td class="summary">Converts a decibel value to an integer volume value.</td>
</tr>
<tr>
<td class="name"><a href="#to_dB">to_dB(value)</a></td>
<td class="summary">Converts an integer volume value to a decibel value.</td>
</tr>
<tr>
<td class="name"><a href="#from_linear">from_linear(value)</a></td>
<td class="summary">Converts a linear factor to an integer volume value.</td>
</tr>
<tr>
<td class="name"><a href="#to_linear">to_linear(value)</a></td>
<td class="summary">Converts an integer volume value to linear factor.</td>
</tr>
</tbody>
</table>
<h3 class="title is-4"><a href="#Class_Volume">Class Volume </a></h3>
@ -221,6 +237,188 @@
</ul>
</div>
</div>
<div id="from_dB" class="box section__item">
<div class="block section__item__title">
<strong>from_dB(value)</strong>
</div>
<div class="block content section__item__description">Converts a decibel value to an integer volume value. </p>
<p> This is only valid for software volumes. It does not operate
on instances of <a href="../modules/lua_libpulse_glib.volume.html#Volume">Volume</a>.</div>
<div class="block content section__item__params">
<h4 class="title is-6">Parameters:</h4>
<ul>
<li class="parameter">
<div>
<span class="parameter__name"><em>value</em></span>
</div>
<div class="field is-grouped is-grouped-multiline parameter__tags">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag parameter__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="block content section__item__returns">
<h4 class="title is-6">Returns:</h4>
<ul>
<li class="return-value">
<div class="field is-grouped is-grouped-multiline">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag return-value__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div id="to_dB" class="box section__item">
<div class="block section__item__title">
<strong>to_dB(value)</strong>
</div>
<div class="block content section__item__description">Converts an integer volume value to a decibel value. </p>
<p> This is only valid for software volumes. It does not operate
on instances of <a href="../modules/lua_libpulse_glib.volume.html#Volume">Volume</a>.</div>
<div class="block content section__item__params">
<h4 class="title is-6">Parameters:</h4>
<ul>
<li class="parameter">
<div>
<span class="parameter__name"><em>value</em></span>
</div>
<div class="field is-grouped is-grouped-multiline parameter__tags">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag parameter__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="block content section__item__returns">
<h4 class="title is-6">Returns:</h4>
<ul>
<li class="return-value">
<div class="field is-grouped is-grouped-multiline">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag return-value__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div id="from_linear" class="box section__item">
<div class="block section__item__title">
<strong>from_linear(value)</strong>
</div>
<div class="block content section__item__description">Converts a linear factor to an integer volume value. </p>
<p> <code>0.0</code> and less is muted, <code>1.0</code> is normal volume.</p>
<p> This is only valid for software volumes. It does not operate
on instances of <a href="../modules/lua_libpulse_glib.volume.html#Volume">Volume</a>.</div>
<div class="block content section__item__params">
<h4 class="title is-6">Parameters:</h4>
<ul>
<li class="parameter">
<div>
<span class="parameter__name"><em>value</em></span>
</div>
<div class="field is-grouped is-grouped-multiline parameter__tags">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag parameter__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="block content section__item__returns">
<h4 class="title is-6">Returns:</h4>
<ul>
<li class="return-value">
<div class="field is-grouped is-grouped-multiline">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag return-value__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div id="to_linear" class="box section__item">
<div class="block section__item__title">
<strong>to_linear(value)</strong>
</div>
<div class="block content section__item__description">Converts an integer volume value to linear factor. </p>
<p> This is only valid for software volumes. It does not operate
on instances of <a href="../modules/lua_libpulse_glib.volume.html#Volume">Volume</a>.</div>
<div class="block content section__item__params">
<h4 class="title is-6">Parameters:</h4>
<ul>
<li class="parameter">
<div>
<span class="parameter__name"><em>value</em></span>
</div>
<div class="field is-grouped is-grouped-multiline parameter__tags">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag parameter__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="block content section__item__returns">
<h4 class="title is-6">Returns:</h4>
<ul>
<li class="return-value">
<div class="field is-grouped is-grouped-multiline">
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark">type</span>
<span class="tag return-value__type"><span><span class="type">number</span></span></span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
@ -702,7 +900,7 @@
<footer class="footer">
<div class="content has-text-centered">
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-10 21:43:17.
Generated by <a href="https://github/com/stevendonovan/LDoc">LDoc 1.4.6</a>, designed with <a href="https://github.com/jgthms/bulma">Bulma</a>. Last updated at 2022-08-11 11:34:54.
</div>
</footer>