Skip to content

Commit 14e3a65

Browse files
committed
fixed the build errors
1 parent 296f90b commit 14e3a65

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

index.bs

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9186,7 +9186,10 @@ enum DistanceModelType {
91869186
<table class="simple" dfn-type=enum-value dfn-for="DistanceModelType">
91879187
<caption>{{DistanceModelType}} enumeration description</caption>
91889188
<thead>
9189-
<th>Enum value</th><th>Description</th>
9189+
<tr>
9190+
<th>Enum value</th>
9191+
<th>Description</th>
9192+
</tr>
91909193
<tbody>
91919194
<tr>
91929195
<td>"<dfn>linear</dfn>"
@@ -10077,7 +10080,10 @@ enum OverSampleType {
1007710080
<table class="simple" dfn-type=enum-value dfn-for="OverSampleType">
1007810081
<caption>{{OverSampleType}} enumeration description</caption>
1007910082
<thead>
10080-
<th>Enum value</th><th>Description</th>
10083+
<tr>
10084+
<th>Enum value</th>
10085+
<th>Description</th>
10086+
</tr>
1008110087
<tbody>
1008210088
<tr><td>"<dfn>none</dfn>"
1008310089
<td>Don't oversample
@@ -11677,32 +11683,37 @@ for details.
1167711683
NOTE: This metric can be used together with {{totalDuration}} to
1167811684
calculate the percentage of played out media that was not provided by
1167911685
the {{AudioContext}}.
11680-
11686+
</dl>
1168111687

1168211688
<dl dfn-type=attribute dfn-for="AudioPlaybackStats">
1168311689
: <dfn>underrunEvents</dfn>
1168411690
::
1168511691
Returns the value of the {{[[underrun events]]}} internal slot.
11692+
</dl>
1168611693

1168711694
<dl dfn-type=attribute dfn-for="AudioPlaybackStats">
1168811695
: <dfn>totalDuration</dfn>
1168911696
::
1169011697
Returns the value of the {{[[total duration]]}} internal slot.
11698+
</dl>
1169111699

1169211700
<dl dfn-type=attribute dfn-for="AudioPlaybackStats">
1169311701
: <dfn>averageLatency</dfn>
1169411702
::
1169511703
Returns the value of the {{[[average latency]]}} internal slot.
11704+
</dl>
1169611705

1169711706
<dl dfn-type=attribute dfn-for="AudioPlaybackStats">
1169811707
: <dfn>minimumLatency</dfn>
1169911708
::
1170011709
Returns the value of the {{[[minimum latency]]}} internal slot.
11710+
</dl>
1170111711

1170211712
<dl dfn-type=attribute dfn-for="AudioPlaybackStats">
1170311713
: <dfn>maximumLatency</dfn>
1170411714
::
1170511715
Returns the value of the {{[[maximum latency]]}} internal slot.
11716+
</dl>
1170611717

1170711718
<h4 id="AudioPlaybackStats-methods">
1170811719
Methods</h4>

0 commit comments

Comments
 (0)