node-av / constants / MuxerOptionsFor
Type Alias: MuxerOptionsFor<F>
MuxerOptionsFor<
F> =FormatContextOptions&Fextends keyofMuxerPrivateOptionsMap?MuxerPrivateOptionsMap[F] :object&UnknownFormatOptions
Defined in: src/constants/formats.ts:513
Options for a muxer: generic AVFormatContext options + the format's private options (when the format name is known) + an open bag for protocol/other keys.
Type Parameters
F
F
