audio player plugin for capacitor
npm install capacitor-audioplayer
npx cap sync
start(options: { value: string; }) => any
Param | Type |
---|---|
options |
{ value: string; } |
Returns: any
pause(options: { value: string; }) => any
Param | Type |
---|---|
options |
{ value: string; } |
Returns: any
stop(options: { value: string; }) => any
Param | Type |
---|---|
options |
{ value: string; } |
Returns: any
echo(options: { value: string; }) => any
Param | Type |
---|---|
options |
{ value: string; } |
Returns: any