0.0.1 • Published 4 years ago

capacitor-audioplayer v0.0.1

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

capacitor-audioplayer

audio player plugin for capacitor

Install

npm install capacitor-audioplayer
npx cap sync

API

start(...)

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

Returns: any


pause(...)

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

Returns: any


stop(...)

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

Returns: any


echo(...)

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

Returns: any