0.0.6 • Published 3 years ago

capacitor-simple-exoplayer v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

capacitor-simple-exoplayer

Expo Player Implementation for Capacitor

Install

npm install capacitor-simple-exoplayer
npx cap sync

API

load(...)

load(options: { src: string; }) => void
ParamType
options{ src: string; }

play()

play() => void

pause()

pause() => void

seek(...)

seek(options?: { value: number; } | undefined) => any
ParamType
options{ value: number; }

Returns: any


duration()

duration() => any

Returns: any


release()

release() => void

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago