capacitor-native-video-player
v0.0.1
Published
native-video-player
Downloads
4
Readme
capacitor-native-video-player
native-video-player
Install
npm install capacitor-native-video-player
npx cap sync
API
echo(...)
echo(options: { value: string; }) => any
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: any
start(...)
start(options: { playlist: IVideoData[]; }) => any
| Param | Type |
| ------------- | ------------------------------ |
| options
| { playlist: {}; } |
Returns: any
Interfaces
IVideoData
| Prop | Type |
| ------------ | ------------------- |
| title
| string |
| album
| string |
| source
| string |