Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
変換フィルターがあります。DirectShow では、複数のメディア サンプルを同時に処理できる高性能フィルターを実装する方法を教えてください。
何も組み込まれていませんが、一般的な並列化手法を適用できます。典型的なアイデアには、事前にスレッドのプールを作成することが含まれます (遷移を停止して一時停止する)。メディア サンプルをスレッドで使用できるようにし、ワーカーと同期して出力サンプルを作成します。着信メディア サンプルをキューにプッシュし、そこでアイドル スレッドがそれを処理のために取得してから、完全な作業を出力キューにプッシュします。
I'm putting together a tournament bracket system allowing you to drag 'winners' to the next round, and if applicable the loser is automatically transfered to his plac