Hi Mark, just i want to know is there any way to read ".au" file format using MFT.
It has thrown the following exception, "Exception from HRESULT: 0xC00D36C4".
Comments: Media Foundation can only play file types that it has an appropriate source reader for. By default Windows comes with wma, mp3, and maybe aac. But anything else, you'll need to find your own codecs/converters for. A command line tool is almost always the easiest solution in this case.
It has thrown the following exception, "Exception from HRESULT: 0xC00D36C4".
Comments: Media Foundation can only play file types that it has an appropriate source reader for. By default Windows comes with wma, mp3, and maybe aac. But anything else, you'll need to find your own codecs/converters for. A command line tool is almost always the easiest solution in this case.