26 lines
604 B
Markdown
26 lines
604 B
Markdown
---
|
|
id: "videofile"
|
|
title: "Module: VideoFile"
|
|
sidebar_label: "VideoFile"
|
|
custom_edit_url: null
|
|
hide_title: true
|
|
---
|
|
|
|
# Module: VideoFile
|
|
|
|
## Table of contents
|
|
|
|
### Interfaces
|
|
|
|
- [RecordVideoOptions](../interfaces/videofile.recordvideooptions.md)
|
|
|
|
## Type aliases
|
|
|
|
### VideoFile
|
|
|
|
Ƭ **VideoFile**: *Readonly*<[*TemporaryFile*](temporaryfile.md#temporaryfile) & { `duration`: *number* ; `size`: *number* }\>
|
|
|
|
Represents a Video taken by the Camera written to the local filesystem.
|
|
|
|
Defined in: [src/VideoFile.ts:50](https://github.com/cuvent/react-native-vision-camera/blob/919aa3d/src/VideoFile.ts#L50)
|