Directshow filter access threading
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I made a TV-Player in c# using directshowlib-2005. now I made a method to search for available channels. I want this method to run in a different thread so my GUI won't freeze, but I get an error when I try to set the channel in the method. It can't find the IAMTVTuner interface in my graph, altough I know it's there. If I don't use a different thread, the method works just fine (but my GUI freezes for a while) I know it has to do something with apartments, but is there a way I can acces that interface in a different thread then