Skip to content

node-av / lib/native-types / NativeInputFormat

Interface: NativeInputFormat

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

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:395


extensions

readonly extensions: null | string

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


flags

readonly flags: AVFormatFlag

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


longName

readonly longName: null | string

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


mimeType

readonly mimeType: null | string

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


name

readonly name: null | string

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