Marc Rousavy 0b7b4d50b5
Automatically build API documentation (#11)
* Automatically build API documentation using Typedoc and Docusaurus
* Move MD and move to MDX for Docusaurus Guides
2021-03-03 12:37:43 +01:00

604 B

id title sidebar_label custom_edit_url hide_title
videofile Module: VideoFile VideoFile null true

Module: VideoFile

Table of contents

Interfaces

Type aliases

VideoFile

Ƭ VideoFile: Readonly<TemporaryFile & { duration: number ; size: number }>

Represents a Video taken by the Camera written to the local filesystem.

Defined in: src/VideoFile.ts:50