Skip to main content

Interface: VideoMetadata

Properties

audioCodec

audioCodec: string

Audio codec.

Platform

Android

Defined in

VideoUtilsModule/index.ts:41


duration

duration: number

Duration of the video in seconds.

Defined in

VideoUtilsModule/index.ts:34


frameRate

frameRate: number

The average framerate (in frames/sec).

Defined in

VideoUtilsModule/index.ts:29


height

height: number

Video height.

Defined in

VideoUtilsModule/index.ts:58


path

path: string

The path of the file.

Defined in

VideoUtilsModule/index.ts:19


size

size: number

File size in bytes.

Defined in

VideoUtilsModule/index.ts:24


videoCodec

videoCodec: string

Video codec.

Platform

Android

Defined in

VideoUtilsModule/index.ts:48


width

width: number

Video width.

Defined in

VideoUtilsModule/index.ts:53