Skip to content

node-av / lib/native-types / NativeOutputFormat

Interface: NativeOutputFormat

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

Internal

Native AVOutputFormat binding interface

Muxer definition. Describes a supported output container format.

Properties

__brand

readonly __brand: "NativeOutputFormat"

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


audioCodec

readonly audioCodec: AVCodecID

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


extensions

readonly extensions: null | string

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


flags

readonly flags: AVFormatFlag

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


longName

readonly longName: null | string

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


mimeType

readonly mimeType: null | string

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


name

readonly name: null | string

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


subtitleCodec

readonly subtitleCodec: AVCodecID

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


videoCodec

readonly videoCodec: AVCodecID

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