Skip to content

thouland/capacitor-audioplayer

Repository files navigation

capacitor-audioplayer

audio player plugin for capacitor

Install

npm install capacitor-audioplayer
npx cap sync

API

start(...)

start(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


pause(...)

pause(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


stop(...)

stop(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


echo(...)

echo(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


About

audio player plugin for capacitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published