Skip to content

node-av / lib/native-types / NativeOutputFormat

Interface: NativeOutputFormat

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

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


audioCodec

readonly audioCodec: AVCodecID

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


extensions

readonly extensions: string | null

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


flags

readonly flags: AVFormatFlag

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


longName

readonly longName: string | null

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


mimeType

readonly mimeType: string | null

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


name

readonly name: string | null

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


subtitleCodec

readonly subtitleCodec: AVCodecID

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


videoCodec

readonly videoCodec: AVCodecID

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