Home > @infiniteobjects/data-types > IVideoMetadata
Video metadata
Signature:
export interface IVideoMetadata
| Property | Modifiers | Type | Description |
|---|---|---|---|
| codec? | string | (Optional) Which codec was used to encode this file | |
| duration | number | Duration of the video in seconds | |
| fileSize | number | File Size in bytes | |
| fileType | FileType | What type of file is this? | |
| size | IDimension | Intrinsic Video size |