Skip to content

node-av / lib/native-types / NativeInputFormat

Interface: NativeInputFormat

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

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


extensions

readonly extensions: string | null

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


flags

readonly flags: AVFormatFlag

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


longName

readonly longName: string | null

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


mimeType

readonly mimeType: string | null

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


name

readonly name: string | null

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