Exception thrown at 0x00007FF86559831A (KernelBase.dll) in MediaPlayerCS.exe: WinRT originate error - 0xC00D5212 : 'Decoder error'.
There will be no sound because the media stream source will not request samples from the audio stream.
This code on this branch will work. For some reason, the order in which those properties are set matters.
This fully fixes #440 , together with some other fixes that were part of the winUI config feature.
The version on master will throw this error
There will be no sound because the media stream source will not request samples from the audio stream.
This code on this branch will work. For some reason, the order in which those properties are set matters. This fully fixes #440 , together with some other fixes that were part of the winUI config feature.