0.0.1 • Published 4 years ago
capacitor-audioplayer v0.0.1
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
0.0.1
4 years ago