1.1.1 • Published 1 year ago
@mcfarljw/capacitor-audio v1.1.1
@mcfarljw/capacitor-audio
A native audio plugin for Ionic Capacitor.
Install
npm install @mcfarljw/capacitor-audio
npx cap sync
API
play(...)
play(options: { path: string; track: number; }) => Promise<void>
Param | Type |
---|---|
options | { path: string; track: number; } |
stop(...)
stop(options: { track: number; }) => Promise<void>
Param | Type |
---|---|
options | { track: number; } |
stopAll()
stopAll() => Promise<void>