0.0.1 • Published 4 years ago

capacitor-native-video-player v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

capacitor-native-video-player

native-video-player

Install

npm install capacitor-native-video-player
npx cap sync

API

echo(...)

echo(options: { value: string; }) => any
ParamType
options{ value: string; }

Returns: any


start(...)

start(options: { playlist: IVideoData[]; }) => any
ParamType
options{ playlist: {}; }

Returns: any


Interfaces

IVideoData

PropType
titlestring
albumstring
sourcestring