#
Code samples for all .Net SDKs
#
DirectShow filters
- ASF and WMV files indexing
- Custom DirectShowfilter interface usage
- How to use a 3rd-party video processing filter?
- How can I uninstall the DirectShow filter of the SDK manually?
- How to exclude DirectShow filters used for decoding, encoding, or processing?
#
Audio and video processing
- Audio sample grabber usage
- Video sample grabber usage
- Custom video effects using OnVideoFrameBitmap or OnVideoFrameBuffer events
- Draw multiple text overlays using the OnVideoFrameBuffer event
- Draw text overlay using the OnVideoFrameBuffer event
- How to draw an image using the OnVideoFrameBuffer event?
- How to manually implement the zoom effect using the OnVideoFrameBuffer event?
- OnVideoFrameBitmap event usage
#
Video rendering
- How to draw video on PictureBox
- How to set the zoom for additional video renderers (multiscreen)?
- Multiple output video screens for WPF controls
- Select video renderer (WinForms)
- Mouse wheel event usage