Skip to content

node-av / constants / BsfOptionsFor

Type Alias: BsfOptionsFor<N>

BsfOptionsFor<N> = N extends keyof BsfOptionsMap ? BsfOptionsMap[N] : UnknownBsfOptions

Defined in: src/constants/bsf-options.ts:404

Resolve the options for a bitstream filter. Returns the strongly-typed option set when the filter name is known (autocomplete + validation), otherwise a loose bag.

Type Parameters

N

N