Skip to content

node-av / lib / VideoFrame

Interface: VideoFrame

Defined in: src/lib/types.ts:135

Video Frame

Properties

format

format: AVPixelFormat

Defined in: src/lib/types.ts:138


height

height: number

Defined in: src/lib/types.ts:137


pts?

optional pts: bigint

Defined in: src/lib/types.ts:141


sampleAspectRatio?

optional sampleAspectRatio: IRational

Defined in: src/lib/types.ts:140


timeBase?

optional timeBase: IRational

Defined in: src/lib/types.ts:139


width

width: number

Defined in: src/lib/types.ts:136