Skip to content

Fallback to native implementations #154

Discussion options

You must be logged in to vote

That's correct. The WIC codecs are treated as plugins to the pipeline -- they're just registered automatically for convenience. UseWicCodecs enumerates the codecs installed in WIC (through the registry), so there's no need to do your own check for installation of the media pack.

For reference, the codec collection passed to the ConfigureCodecs action will contain anything registered by UseWicCodecs. You are free to examine that collection and make whatever changes you like before the collection is locked in by the pipeline after the action completes.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@andreas-eriksson
Comment options

@andreas-eriksson
Comment options

@saucecontrol
Comment options

Answer selected by andreas-eriksson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants