Skip to content

Commit

Permalink
alsatimer: add documentation for alsa-gobject v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed Jul 10, 2022
1 parent 742778c commit 80fdbaf
Show file tree
Hide file tree
Showing 96 changed files with 1,468 additions and 1,281 deletions.
2 changes: 1 addition & 1 deletion alsatimer/alsatimer.devhelp2

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions alsatimer/class.DeviceInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h3><a href="index.html">ALSATimer</a></h3>
<p>API Version: 0.0</p>

<p>Library Version: 0.2.2</p>
<p>Library Version: 0.3.0</p>

</div>

Expand Down Expand Up @@ -146,8 +146,8 @@ <h4 id="description" style="display:flex;">
}</pre></code>

<div class="docblock">
<p>A GObject-derived object to represent information of timer device.
A <a href="class.DeviceInfo.html"><code>ALSATimerDeviceInfo</code></a> is a GObject-derived object to represent information of timer device.
<p>A GObject-derived object to express information of timer device.
A <a href="class.DeviceInfo.html"><code>ALSATimerDeviceInfo</code></a> is a GObject-derived object to express information of timer device.
The call of <code>alsatimer_get_device_info()</code> returns an instance of the object according to the
identifier of timer&nbsp;device.</p>
<p>The object wraps <code>struct snd_timer_ginfo</code> in <span class="caps">UAPI</span> of Linux sound&nbsp;subsystem.</p>
Expand Down Expand Up @@ -237,7 +237,7 @@ <h4 id="properties">
<h6><a href="property.DeviceInfo.card-id.html">ALSATimer.DeviceInfo:card-id</a></h6>

<div class="docblock">
No description available.
<p>The numeric <span class="caps">ID</span> of sound&nbsp;card.</p>
</div>


Expand All @@ -247,7 +247,7 @@ <h6><a href="property.DeviceInfo.card-id.html">ALSATimer.DeviceInfo:card-id</a><
<h6><a href="property.DeviceInfo.flags.html">ALSATimer.DeviceInfo:flags</a></h6>

<div class="docblock">
No description available.
<p>The flags of timer, one of <code>ALSATimerDeviceInfoFlag</code>.</p>
</div>


Expand All @@ -257,7 +257,7 @@ <h6><a href="property.DeviceInfo.flags.html">ALSATimer.DeviceInfo:flags</a></h6>
<h6><a href="property.DeviceInfo.id.html">ALSATimer.DeviceInfo:id</a></h6>

<div class="docblock">
No description available.
<p>The string <span class="caps">ID</span> of&nbsp;timer.</p>
</div>


Expand All @@ -267,7 +267,7 @@ <h6><a href="property.DeviceInfo.id.html">ALSATimer.DeviceInfo:id</a></h6>
<h6><a href="property.DeviceInfo.instance-count.html">ALSATimer.DeviceInfo:instance-count</a></h6>

<div class="docblock">
No description available.
<p>The number of instances for the&nbsp;timer.</p>
</div>


Expand All @@ -277,7 +277,7 @@ <h6><a href="property.DeviceInfo.instance-count.html">ALSATimer.DeviceInfo:insta
<h6><a href="property.DeviceInfo.name.html">ALSATimer.DeviceInfo:name</a></h6>

<div class="docblock">
No description available.
<p>The name of&nbsp;timer.</p>
</div>


Expand All @@ -287,7 +287,7 @@ <h6><a href="property.DeviceInfo.name.html">ALSATimer.DeviceInfo:name</a></h6>
<h6><a href="property.DeviceInfo.resolution.html">ALSATimer.DeviceInfo:resolution</a></h6>

<div class="docblock">
No description available.
<p>The resolution in nano&nbsp;seconds.</p>
</div>


Expand All @@ -297,7 +297,7 @@ <h6><a href="property.DeviceInfo.resolution.html">ALSATimer.DeviceInfo:resolutio
<h6><a href="property.DeviceInfo.resolution-max.html">ALSATimer.DeviceInfo:resolution-max</a></h6>

<div class="docblock">
No description available.
<p>The maximum resolution in nano&nbsp;seconds.</p>
</div>


Expand All @@ -307,7 +307,7 @@ <h6><a href="property.DeviceInfo.resolution-max.html">ALSATimer.DeviceInfo:resol
<h6><a href="property.DeviceInfo.resolution-min.html">ALSATimer.DeviceInfo:resolution-min</a></h6>

<div class="docblock">
No description available.
<p>The minimum resolution in nano&nbsp;seconds.</p>
</div>


Expand Down
10 changes: 5 additions & 5 deletions alsatimer/class.DeviceParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h3><a href="index.html">ALSATimer</a></h3>
<p>API Version: 0.0</p>

<p>Library Version: 0.2.2</p>
<p>Library Version: 0.3.0</p>

</div>

Expand Down Expand Up @@ -143,8 +143,8 @@ <h4 id="description" style="display:flex;">
}</pre></code>

<div class="docblock">
<p>A GObject-derived object to represent parameter of timer device.
A <a href="class.DeviceParams.html"><code>ALSATimerDeviceParams</code></a> is a GObject-derived object to represent parameter of timer device. The
<p>A GObject-derived object to express parameter of timer device.
A <a href="class.DeviceParams.html"><code>ALSATimerDeviceParams</code></a> is a GObject-derived object to express parameter of timer device. The
call of <code>alsatimer_set_device_params()</code> requires the instance of&nbsp;object.</p>
<p>The object wraps <code>struct snd_timer_gparams</code> in <span class="caps">UAPI</span> of Linux sound&nbsp;subsystem.</p>
</div>
Expand Down Expand Up @@ -254,7 +254,7 @@ <h4 id="properties">
<h6><a href="property.DeviceParams.period-denominator.html">ALSATimer.DeviceParams:period-denominator</a></h6>

<div class="docblock">
No description available.
<p>The denominator of period for&nbsp;timer.</p>
</div>


Expand All @@ -264,7 +264,7 @@ <h6><a href="property.DeviceParams.period-denominator.html">ALSATimer.DevicePara
<h6><a href="property.DeviceParams.period-numerator.html">ALSATimer.DeviceParams:period-numerator</a></h6>

<div class="docblock">
No description available.
<p>The numerator of period for&nbsp;timer.</p>
</div>


Expand Down
12 changes: 6 additions & 6 deletions alsatimer/class.DeviceStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h3><a href="index.html">ALSATimer</a></h3>
<p>API Version: 0.0</p>

<p>Library Version: 0.2.2</p>
<p>Library Version: 0.3.0</p>

</div>

Expand Down Expand Up @@ -145,8 +145,8 @@ <h4 id="description" style="display:flex;">
}</pre></code>

<div class="docblock">
<p>A GObject-derived object to represent status of timer device.
A <a href="class.DeviceStatus.html"><code>ALSATimerDeviceStatus</code></a> is a GObject-derived object to represent status of timer device. The
<p>A GObject-derived object to express status of timer device.
A <a href="class.DeviceStatus.html"><code>ALSATimerDeviceStatus</code></a> is a GObject-derived object to express status of timer device. The
call of <a href="func.get_device_status.html"><code>alsatimer_get_device_status()</code></a> returns the instance of&nbsp;object.</p>
<p>The object wraps &#8216;struct snd_timer_gstatus&#8217; in <span class="caps">UAPI</span> of Linux sound&nbsp;subsystem.</p>
</div>
Expand Down Expand Up @@ -256,7 +256,7 @@ <h4 id="properties">
<h6><a href="property.DeviceStatus.resolution.html">ALSATimer.DeviceStatus:resolution</a></h6>

<div class="docblock">
No description available.
<p>The current resolution in nano&nbsp;seconds.</p>
</div>


Expand All @@ -266,7 +266,7 @@ <h6><a href="property.DeviceStatus.resolution.html">ALSATimer.DeviceStatus:resol
<h6><a href="property.DeviceStatus.resolution-denominator.html">ALSATimer.DeviceStatus:resolution-denominator</a></h6>

<div class="docblock">
No description available.
<p>The denominator of current resolution in&nbsp;seconds.</p>
</div>


Expand All @@ -276,7 +276,7 @@ <h6><a href="property.DeviceStatus.resolution-denominator.html">ALSATimer.Device
<h6><a href="property.DeviceStatus.resolution-numerator.html">ALSATimer.DeviceStatus:resolution-numerator</a></h6>

<div class="docblock">
No description available.
<p>The numerator of current resolution in&nbsp;seconds.</p>
</div>


Expand Down
16 changes: 8 additions & 8 deletions alsatimer/class.InstanceInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h3><a href="index.html">ALSATimer</a></h3>
<p>API Version: 0.0</p>

<p>Library Version: 0.2.2</p>
<p>Library Version: 0.3.0</p>

</div>

Expand Down Expand Up @@ -140,8 +140,8 @@ <h4 id="description" style="display:flex;">
}</pre></code>

<div class="docblock">
<p>A GObject-derived object to represent information of user instance.
A <a href="class.InstanceInfo.html"><code>ALSATimerInstanceInfo</code></a> is a GObject-derived object to represent information of user instance
<p>A GObject-derived object to express information of user instance.
A <a href="class.InstanceInfo.html"><code>ALSATimerInstanceInfo</code></a> is a GObject-derived object to express information of user instance
attached to any timer device or the other instance as slave. The call of
<a href="method.UserInstance.get_info.html"><code>alsatimer_user_instance_get_info()</code></a> returns the instance of&nbsp;object.</p>
<p>The object wraps <code>struct snd_timer_info</code> in <span class="caps">UAPI</span> of Linux sound&nbsp;subsystem.</p>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h4 id="properties">
<h6><a href="property.InstanceInfo.card-id.html">ALSATimer.InstanceInfo:card-id</a></h6>

<div class="docblock">
No description available.
<p>The numeric <span class="caps">ID</span> of sound card for attached&nbsp;timer.</p>
</div>


Expand All @@ -241,7 +241,7 @@ <h6><a href="property.InstanceInfo.card-id.html">ALSATimer.InstanceInfo:card-id<
<h6><a href="property.InstanceInfo.flags.html">ALSATimer.InstanceInfo:flags</a></h6>

<div class="docblock">
No description available.
<p>The flags for attached&nbsp;timer.</p>
</div>


Expand All @@ -251,7 +251,7 @@ <h6><a href="property.InstanceInfo.flags.html">ALSATimer.InstanceInfo:flags</a><
<h6><a href="property.InstanceInfo.id.html">ALSATimer.InstanceInfo:id</a></h6>

<div class="docblock">
No description available.
<p>The string <span class="caps">ID</span> of attached&nbsp;timer.</p>
</div>


Expand All @@ -261,7 +261,7 @@ <h6><a href="property.InstanceInfo.id.html">ALSATimer.InstanceInfo:id</a></h6>
<h6><a href="property.InstanceInfo.name.html">ALSATimer.InstanceInfo:name</a></h6>

<div class="docblock">
No description available.
<p>The name of attached&nbsp;timer.</p>
</div>


Expand All @@ -271,7 +271,7 @@ <h6><a href="property.InstanceInfo.name.html">ALSATimer.InstanceInfo:name</a></h
<h6><a href="property.InstanceInfo.resolution.html">ALSATimer.InstanceInfo:resolution</a></h6>

<div class="docblock">
No description available.
<p>The resolution of attached timer in nano&nbsp;seconds.</p>
</div>


Expand Down
20 changes: 10 additions & 10 deletions alsatimer/class.InstanceParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h3><a href="index.html">ALSATimer</a></h3>
<p>API Version: 0.0</p>

<p>Library Version: 0.2.2</p>
<p>Library Version: 0.3.0</p>

</div>

Expand Down Expand Up @@ -156,8 +156,8 @@ <h4 id="description" style="display:flex;">
}</pre></code>

<div class="docblock">
<p>A GObject-derived object to represent parameters of user instance.
A <a href="class.InstanceParams.html"><code>ALSATimerInstanceParams</code></a> is a GObject-derived object to represent parameters of user instance
<p>A GObject-derived object to express parameters of user instance.
A <a href="class.InstanceParams.html"><code>ALSATimerInstanceParams</code></a> is a GObject-derived object to express parameters of user instance
attached to any timer device or the other instance as slave. The call of
<a href="method.UserInstance.set_params.html"><code>alsatimer_user_instance_set_params()</code></a> requires the instance of&nbsp;object.</p>
<p>The object wraps <code>struct snd_timer_params</code> in <span class="caps">UAPI</span> of Linux sound&nbsp;subsystem.</p>
Expand Down Expand Up @@ -237,17 +237,17 @@ <h4 id="methods">
<div class="">
<h6><a href="method.InstanceParams.get_event_filter.html">alsatimer_instance_params_get_event_filter</a></h6>
<div class="docblock">
<p>Get the list of ALSATimerEventType to filter events. This parameter is effective only for target
instance with <code>ALSATimerEventDataType</code>.</p>
<p>Get the list of <code>ALSATimerRealTimeEventType</code> to filter events. This parameter is effective only for
target instance with <code>ALSATimerEventType</code>.REAL_TIME.</p>
</div>

</div>

<div class="">
<h6><a href="method.InstanceParams.set_event_filter.html">alsatimer_instance_params_set_event_filter</a></h6>
<div class="docblock">
<p>Set the list of <code>ALSATimerEventType</code> to filter events. This parameter is effective only for target
instance with <code>ALSATimerEventDataType</code>.</p>
<p>Set the list of <code>ALSATimerRealTimeEventType</code> to filter events. This parameter is effective only for
target instance with <code>ALSATimerEventType</code>.<span class="caps">TIMESTAMP</span>.</p>
</div>

</div>
Expand Down Expand Up @@ -286,7 +286,7 @@ <h4 id="properties">
<h6><a href="property.InstanceParams.flags.html">ALSATimer.InstanceParams:flags</a></h6>

<div class="docblock">
No description available.
<p>The flags for user instance, as a set of <code>ALSATimerInstanceParamFlag</code>.</p>
</div>


Expand All @@ -296,7 +296,7 @@ <h6><a href="property.InstanceParams.flags.html">ALSATimer.InstanceParams:flags<
<h6><a href="property.InstanceParams.interval.html">ALSATimer.InstanceParams:interval</a></h6>

<div class="docblock">
No description available.
<p>The interval to generate event in tick&nbsp;count.</p>
</div>


Expand All @@ -306,7 +306,7 @@ <h6><a href="property.InstanceParams.interval.html">ALSATimer.InstanceParams:int
<h6><a href="property.InstanceParams.queue-size.html">ALSATimer.InstanceParams:queue-size</a></h6>

<div class="docblock">
No description available.
<p>The size of&nbsp;queue.</p>
</div>


Expand Down
24 changes: 12 additions & 12 deletions alsatimer/class.InstanceStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h3><a href="index.html">ALSATimer</a></h3>
<p>API Version: 0.0</p>

<p>Library Version: 0.2.2</p>
<p>Library Version: 0.3.0</p>

</div>

Expand Down Expand Up @@ -99,7 +99,7 @@ <h5>Constructors</h5>
<h5>Instance methods</h5>
<div class="links">

<a class="method" href="method.InstanceStatus.get_tstamp.html">get_tstamp</a>
<a class="method" href="method.InstanceStatus.get_time.html">get_time</a>

</div>
</div>
Expand Down Expand Up @@ -156,10 +156,10 @@ <h4 id="description" style="display:flex;">
}</pre></code>

<div class="docblock">
<p>A GObject-derived object to represent status of user instance.
A <a href="class.InstanceStatus.html"><code>ALSATimerInstanceStatus</code></a> is a GObject-derived object to represent status of user instance
attached to any timer device or the other instance as slave. The call of
<a href="method.UserInstance.get_status.html"><code>alsatimer_user_instance_get_status()</code></a> returns the instance of&nbsp;object.</p>
<p>A GObject-derived object to express status of user instance.
A <a href="class.InstanceStatus.html"><code>ALSATimerInstanceStatus</code></a> is a GObject-derived object to express status of user instance attached
to any timer device or the other instance as slave. The call of <a href="method.UserInstance.get_status.html"><code>alsatimer_user_instance_get_status()</code></a>
returns the instance of&nbsp;object.</p>
<p>The object wraps <code>struct snd_timer_status</code> in <span class="caps">UAPI</span> of Linux sound&nbsp;subsystem.</p>
</div>

Expand Down Expand Up @@ -235,9 +235,9 @@ <h4 id="methods">
<div class="docblock">

<div class="">
<h6><a href="method.InstanceStatus.get_tstamp.html">alsatimer_instance_status_get_tstamp</a></h6>
<h6><a href="method.InstanceStatus.get_time.html">alsatimer_instance_status_get_time</a></h6>
<div class="docblock">
<p>Get timestamp for the latest&nbsp;event.</p>
<p>Get real time at which the timer starts, stops, pauses, and&nbsp;continues.</p>
</div>

</div>
Expand Down Expand Up @@ -276,7 +276,7 @@ <h4 id="properties">
<h6><a href="property.InstanceStatus.interval.html">ALSATimer.InstanceStatus:interval</a></h6>

<div class="docblock">
No description available.
<p>The current interval in nano&nbsp;second.</p>
</div>


Expand All @@ -286,7 +286,7 @@ <h6><a href="property.InstanceStatus.interval.html">ALSATimer.InstanceStatus:int
<h6><a href="property.InstanceStatus.lost.html">ALSATimer.InstanceStatus:lost</a></h6>

<div class="docblock">
No description available.
<p>The count of losts master&nbsp;ticks.</p>
</div>


Expand All @@ -296,7 +296,7 @@ <h6><a href="property.InstanceStatus.lost.html">ALSATimer.InstanceStatus:lost</a
<h6><a href="property.InstanceStatus.overrun.html">ALSATimer.InstanceStatus:overrun</a></h6>

<div class="docblock">
No description available.
<p>The count of overrun in read&nbsp;queue.</p>
</div>


Expand All @@ -306,7 +306,7 @@ <h6><a href="property.InstanceStatus.overrun.html">ALSATimer.InstanceStatus:over
<h6><a href="property.InstanceStatus.queue-size.html">ALSATimer.InstanceStatus:queue-size</a></h6>

<div class="docblock">
No description available.
<p>The current size of&nbsp;queue.</p>
</div>


Expand Down
Loading

0 comments on commit 80fdbaf

Please sign in to comment.