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