Skip to content

grandi / ReceivedVideoFrame

Interface: ReceivedVideoFrame

Defined in: types.ts:90

Extends

Properties

data

data: Buffer

Defined in: types.ts:85

Inherited from

VideoFrame.data


fourCC

fourCC: VideoFourCC

Defined in: types.ts:82

Inherited from

VideoFrame.fourCC


frameFormatType

frameFormatType: FrameType

Defined in: types.ts:83

Inherited from

VideoFrame.frameFormatType


frameRateD

frameRateD: number

Defined in: types.ts:80

Inherited from

VideoFrame.frameRateD


frameRateN

frameRateN: number

Defined in: types.ts:79

Inherited from

VideoFrame.frameRateN


lineStrideBytes

lineStrideBytes: number

Defined in: types.ts:84

Inherited from

VideoFrame.lineStrideBytes


metadata?

optional metadata?: string

Defined in: types.ts:95

Overrides

VideoFrame.metadata


pictureAspectRatio

pictureAspectRatio: number

Defined in: types.ts:81

Inherited from

VideoFrame.pictureAspectRatio


timecode

timecode: bigint

Defined in: types.ts:92

Overrides

VideoFrame.timecode


timestamp?

optional timestamp?: bigint

Defined in: types.ts:94

Omitted when the NDI SDK reports that the receive timestamp is unavailable.


type

type: "video"

Defined in: types.ts:91

Overrides

VideoFrame.type


xres

xres: number

Defined in: types.ts:77

Inherited from

VideoFrame.xres


yres

yres: number

Defined in: types.ts:78

Inherited from

VideoFrame.yres

Apache-2.0 licensed. NDI is a trademark of Vizrt NDI AB.