node-av / constants / DemuxerOptionsFor
Type Alias: DemuxerOptionsFor<F>
DemuxerOptionsFor<
F> =FormatContextOptions&Fextends keyofDemuxerPrivateOptionsMap?DemuxerPrivateOptionsMap[F] :object&UnknownFormatOptions
Defined in: src/constants/formats.ts:519
Options for a demuxer: 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
