capacitor-audioplayer
v0.0.1
Published
audio player plugin for capacitor
Downloads
8
Readme
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