Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snuffy/capacitor-native-video-player


https://github.com/snuffy/capacitor-native-video-player

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# capacitor-native-video-player

native-video-player

## Install

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

## API

* [`echo(...)`](#echo)
* [`start(...)`](#start)
* [Interfaces](#interfaces)

### echo(...)

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

| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | { value: string; } |

**Returns:** any

--------------------

### start(...)

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

| Param | Type |
| ------------- | ------------------------------ |
| **`options`** | { playlist: {}; } |

**Returns:** any

--------------------

### Interfaces

#### IVideoData

| Prop | Type |
| -------------- | ------------------- |
| **`title`** | string |
| **`album`** | string |
| **`filePath`** | string |
| **`url`** | string |