capacitor-simple-exoplayer
v0.0.6
Published
Expo Player Implementation for Capacitor
Downloads
18
Readme
capacitor-simple-exoplayer
Expo Player Implementation for Capacitor
Install
npm install capacitor-simple-exoplayer
npx cap syncAPI
load(...)
load(options: { src: string; }) => void| Param | Type |
| ------------- | ----------------------------- |
| options | { src: string; } |
play()
play() => voidpause()
pause() => voidseek(...)
seek(options?: { value: number; } | undefined) => any| Param | Type |
| ------------- | ------------------------------- |
| options | { value: number; } |
Returns: any
duration()
duration() => anyReturns: any
release()
release() => void