cap-exoplayer
v0.0.2
Published
Capacitor plugin for Android ExoPlayer with streaming (HLS/DASH), background playback, and custom controls.
Downloads
3
Readme
capacitor-exoplayer
Capacitor plugin for Android ExoPlayer with streaming (HLS/DASH), background playback, and custom controls.
Install
npm install capacitor-exoplayer
npx cap syncAPI
initialize()
initialize() => Promise<{ success: boolean; }>Returns: Promise<{ success: boolean; }>
load(...)
load(options: { url: string; }) => Promise<{ success: boolean; }>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
Returns: Promise<{ success: boolean; }>
destroy()
destroy() => Promise<void>