Skip to content

node-av / lib/native-types / NativeOutputFormat

Interface: NativeOutputFormat

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

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


audioCodec

readonly audioCodec: AVCodecID

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


extensions

readonly extensions: string | null

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


flags

readonly flags: AVFormatFlag

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


longName

readonly longName: string | null

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


mimeType

readonly mimeType: string | null

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


name

readonly name: string | null

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


subtitleCodec

readonly subtitleCodec: AVCodecID

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


videoCodec

readonly videoCodec: AVCodecID

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