DirectShow
出自ProgWiki
DirectShow,參照:『維基百科~DirectShow』
- DirectShow以元件的架構將多媒體的檔案的撥放流程,拆成:(以撥放.MP3檔為例)
- Source filters(MPEG-I Stream Splitter)
- Transform filters(MPEG Layer-3 Decoder)
- Renderer filters(Default DirectSound Device)
目錄 |
SDK
- DirectShow SDK原本放在DirectX SDK裡,但自DirectX 9.0c SDK以後,被移到Windows SDK。
技術文件
- MSDN – Official DirectShow documentation from MSDN
- Good Overview of Video Renderer versions
- Radlight Ogg Theora DirectShow filter
- J. River DirectShow Playback Guide – A tutorial on DirectShow focused on J. River's Media Center, but contains good general-purpose information as well.
應用
DirectShow.NET
- WebCam 擷取畫面 (使用 DirectShow .Net)
- Finding Your Web Cam with C# & DirectShow.NET
- Webcam using DirectShow.NET