node-av / constants / DecoderNameOf
Type Alias: DecoderNameOf<C>
DecoderNameOf<
C> =CextendsFFDecoderCodec<infer N> ?N:never
Defined in: src/constants/decoders.ts:30
Resolve a codec's literal name from its phantom brand, or never if unbranded.
Type Parameters
C
C
