Vidify is a modern, customizable video player for React applications, designed to provide seamless video playback and a personalized UI experience.
TypeScript
48
7
Other
Event) | null | Called when an error occurs |
| onWaiting | Function (Event) | null | Called when video stops because the next frame is not ready yet |
| onLoadedMetadata | Function (Event) | null | Called when the native `loadedmetadata` event fires |
| onLoadedData | Function (Event) | null | Called when the native `loadeddata` event fires |
| onPlaying | Function (Event) | null | Called when the native `playing` event fires |
| onProgress | Function (Event) | null | Called when the native `progress` event fires |
| onRateChange | Function (Event) | null | Called when the native `ratechange` event fires |
| onSeeked | Function (Event) | null | Called when the native `seeked` event fires |
| onSeeking | Function (Event) | null | Called when the native `seeking` event fires |
| onStalled | Function (Event) | null | Called when the native `stalled` event fires |
| onSuspend | Function (Event) | null | Called when