Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.2 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.2 KB

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
filePath string
url string