Name | Unit | Description |
EDirectShowException |
DSUtil |
DirectShow Exception class |
EDSPackException |
DSUtil |
|
IDivXFilterInterface |
DSUtil |
Interface to control the Divx Decoder filter. TODO: discover the last function ... |
TAbstractAllocator |
DSPack |
***************************************************************************** |
TASFWriter |
DSPack |
This component is designed to create a ASF file or to stream over a network. |
TBaseFilter |
DSUtil |
This class can store a custom filter as a moniker within the dfm file. |
TColorControl |
DSPack |
Set and Get ColorControls from DSVideoWindowEx's OverlayMixer. This is Hardware based so your graphic card has to support it. Check DSVideoWindowEx's Capabilities if your card support a given colorcontrol. |
TDSTrackBar |
DSPack |
This control implement a seek bar for a media-player application. The seek bar is implemented as a TTrackbar control. |
TDSVideoWindowEx2 |
DSPack |
A alternative to the regular Video Renderer (TVideoWindow), that give a easy way to overlay graphics onto your video in your application. |
TDSVideoWindowEx2Caps |
DSPack |
Check capability of DSVideoWindowEx. |
TEnumMediaType |
DSUtil |
This class can retrieve all media types from a pin, a file or an IEnumMediaTypes interface. |
TFilter |
DSPack |
This component is an easy way to add a specific filter to a filter graph. You can retrieve an interface using the as operator whith D6 :) |
TFilterGraph |
DSPack |
This component is the central component in DirectShow, the Filter Graph handle synchronization, event notification, and other aspects of the controlling the filter graph. |
TFilterList |
DSUtil |
This class can enumerate all filters in a FilterGraph. |
TMediaType |
DSUtil |
Uses TMediaType to configure media types. This class have a special property editor. See TSampleGrabber |
TPersistentMemory |
DSUtil |
For internal use. This class is designed to store a custom memory stream with a form. It is the ancestor of TBaseFilter . |
TPinList |
DSUtil |
Helper class to enumerate pins on a filter. |
TSampleGrabber |
DSPack |
This class is designed make a snapshoot of Video or Audio Datas. WARNING: There is know problems with some DIVX movies, so use RGB32 Media Type instead of RBG24. |
TSysDevEnum |
DSUtil |
Usefull class to enumerate availables filters. See "Filter Enumerator" sample. |
TVideoWindow |
DSPack |
Manage a Video Renderer or a Video Mixer Renderer (VMR) Filter to display a video in your application. |
TVMRBitmap |
DSPack |
|
TVMROptions |
DSPack |
Video Mixer Renderer property editor. |