6.0.2 • Published 10 months ago

@coderpradp/capacitor-plugin-video-picker v6.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

capacitor-plugin-video-picker

Capacitor plugin to pick video files

Install

npm install @coderpradp/capacitor-plugin-video-picker
npx cap sync

Usage

import { VideoPicker } from '@coderpradp/capacitor-plugin-video-picker';

const pickVideos = async () => {
  const result = await VideoPicker.pick();
};

API

pick()

pick() => Promise<VideoPickerResults>

Returns: Promise<VideoPickerResults>


Interfaces

VideoPickerResults

PropType
filesVideoPickerResult[]

VideoPickerResult

PropTypeDescription
pathstringFile Path
webPathstringwebPath returns a path that can be used to set the src attribute of an image for efficient loading and rendering.
namestringFile Name
extensionstringFile Extensions
6.0.2

10 months ago

5.0.4

10 months ago

6.0.1

10 months ago

6.0.0

10 months ago

5.0.3

10 months ago

5.0.2

10 months ago