Skip to content

Commit

Permalink
add methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed Apr 30, 2022
1 parent a48e10c commit 596260e
Show file tree
Hide file tree
Showing 9 changed files with 393 additions and 208 deletions.
12 changes: 12 additions & 0 deletions d.ts/jessibuca.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ declare namespace Jessibuca {
* heartTimeout 心跳超时之后自动再播放,不再抛出异常,而直接重新播放视频地址。
*/
heartTimeoutReplay?: boolean,
/**
* heartTimeoutReplay 从试次数,超过之后,不再自动播放
*/
heartTimeoutReplayTimes?: number,
/**
* loadingTimeout loading之后自动再播放,不再抛出异常,而直接重新播放视频地址。
*/
loadingTimeoutReplay?: boolean,
/**
* heartTimeoutReplay 从试次数,超过之后,不再自动播放
*/
loadingTimeoutReplayTimes?: number
/**
* wasm解码报错之后,不再抛出异常,而是直接重新播放视频地址。
*/
Expand Down
Loading

1 comment on commit 596260e

@vercel
Copy link

@vercel vercel bot commented on 596260e Apr 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.