Home > @infiniteobjects/data-types > VideoMetadata
Video Metadata
Signature:
export declare class VideoMetadata implements IVideoMetadata
Implements: 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 | Type of file used to discriminate between different types of render modes | |
| size | Dimension | Intrinsic Video size |