0.0.6 • Published 4 years ago
capacitor-simple-exoplayer v0.0.6
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