Methods
# async addVideo(videoId, videoElement) → {Promise.<void>}
Add video for analysis
Parameters:
| Name | Type | Description |
|---|---|---|
videoId |
string
|
Unique identifier |
videoElement |
HTMLVideoElement
|
Video to analyze |
Promise.<void>
# setDebugMode(enabled)
Set debug mode for all analyzers
Parameters:
| Name | Type | Description |
|---|---|---|
enabled |
boolean
|