Skip to content

Commit

Permalink
New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Oct 25, 2024
1 parent 6550f2e commit b9b2a93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</section>
<section id="detailed_desc">
<p>When playing online media resources, the SDK triggers this callback every two seconds to report the playback duration that the currently buffered data can support.<ul>
<li>When the playback duration supported by the buffered data is less than the threshold (0 by default), the SDK returns<apiname keyref="PLAYER_EVENT_BUFFER_LOW"/> .</li>
<li>When the playback duration supported by the buffered data is greater than the threshold (0 by default), the SDK returns<apiname keyref="PLAYER_EVENT_BUFFER_RECOVER"/> .</li>
<li>When the playback duration supported by the buffered data is less than the threshold (0 by default), the SDK returns <apiname keyref="PLAYER_EVENT_BUFFER_LOW"/> (6).</li>
<li>When the playback duration supported by the buffered data is greater than the threshold (0 by default), the SDK returns <apiname keyref="PLAYER_EVENT_BUFFER_RECOVER"/> (7).</li>
</ul> </p>
</section>
<section id="parameters">
Expand Down

0 comments on commit b9b2a93

Please sign in to comment.