Skip to content

node-av / lib/native-types / NativeInputFormat

Interface: NativeInputFormat

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

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


extensions

readonly extensions: string | null

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


flags

readonly flags: AVFormatFlag

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


longName

readonly longName: string | null

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


mimeType

readonly mimeType: string | null

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


name

readonly name: string | null

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