c# - How to programatically list Installed video codecs? -


Do you know how to programmatically get the list of Windows farms on a computer, from the Windows Forms?

Thank you.

Windows Forms are UI elements, so they will not help you.

As far as to retrieve video codec lists, at the highest level:

  1. Use
  2. You can read from various registry keys
  3. You can check the file location of codecs you are looking for
  4. You can try to open a video file internally And one can catch exceptions where codecs are not present. This will require some custom code or API

Also, for future reference, you will not receive a favorable response by saying "I need a code".


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -