Skip to content

node-av / lib/native-types / NativeInputFormat

Interface: NativeInputFormat

Defined in: src/lib/native-types.ts:457

Internal

Native AVInputFormat binding interface

Demuxer definition. Describes a supported input container format.

Properties

__brand

readonly __brand: "NativeInputFormat"

Defined in: src/lib/native-types.ts:458


extensions

readonly extensions: string | null

Defined in: src/lib/native-types.ts:462


flags

readonly flags: AVFormatFlag

Defined in: src/lib/native-types.ts:464


longName

readonly longName: string | null

Defined in: src/lib/native-types.ts:461


mimeType

readonly mimeType: string | null

Defined in: src/lib/native-types.ts:463


name

readonly name: string | null

Defined in: src/lib/native-types.ts:460