BufferHelper
Static Method Summary
| Static Public Methods | ||
| public static |
bufferInfo(media: *, pos: *, maxHoleDuration: *): {"len": *, "start": *, "end": *, "nextStart": *} |
|
| public static |
bufferedInfo(buffered: *, pos: *, maxHoleDuration: *): {"len": *, "start": *, "end": *, "nextStart": *} |
|
| public static |
isBuffered(media: HTMLMediaElement | SourceBuffer, position: number): boolean Return true if |
|
Static Public Methods
public static bufferInfo(media: *, pos: *, maxHoleDuration: *): {"len": *, "start": *, "end": *, "nextStart": *} source
Params:
| Name | Type | Attribute | Description |
| media | * | ||
| pos | * | ||
| maxHoleDuration | * |
Return:
| {"len": *, "start": *, "end": *, "nextStart": *} |
public static bufferedInfo(buffered: *, pos: *, maxHoleDuration: *): {"len": *, "start": *, "end": *, "nextStart": *} source
Params:
| Name | Type | Attribute | Description |
| buffered | * | ||
| pos | * | ||
| maxHoleDuration | * |
Return:
| {"len": *, "start": *, "end": *, "nextStart": *} |
