What is a fast way to generate and draw video in WPF?
问题 I am writing a video player to play back frames captured by our ASIC. They are in a custom format, and I have been provided with a function that decodes the ASIC states. The video can be any size from 640x480 to 2560x1200 (!!!). The output of each state cycle is a 16x16 blocks of pixels, which I have to get into a video on the screen. Every time the screen needs to be updated, I have the following information: Block width Block height X coordinate of block start Y coordinate of block start A