Class VLDSVideoDecompressor.TVLDSVideoDecompressor
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLDSVideoDecompressor
Inherits: TVLBasicSizeVideoDecompressor
Contents |
Syntax
Delphi:
type TVLDSVideoDecompressor = class( TVLBasicSizeVideoDecompressor )
C++ Builder:
class TVLDSVideoDecompressor : public TVLBasicSizeVideoDecompressor
Visual C++ (MFC):
class CTVLDSVideoDecompressor : public CTVLBasicSizeVideoDecompressor
C# (.NET):
public ref class TVLDSVideoDecompressor : Mitov.VideoLab.BasicSizeVideoDecompressor
Summary
Decompresses compressed video using DirectShow.
Description
Requires DirectShow 8.1 or higher.
Works faster than the TVLImageDisplay component.
If you don't want to use DirectShow use the TVLVideoCompressor component instead.
This DirectShow component can be used decompress compressed video. It will use any filter available to the DirectShow. The compressed data can be sent over TCP/IP or UDP.
To use the component, connect the input pin to a generic buffer source pin. The output pin can be connected to any component that accepts video data buffer.
Diagram:
Properties
Published
- Graph - The DirectShow Graph.
- Decompressions - Desired video decompression.
Public
- BaseFilter - IBaseFilter interface of the DirectShow filter.
From TVLBasicSizeVideoDecompressor
Properties
Published
- Width - Desired width of the produced video frame.
- Height - Desired height of the produced video frame.
From TVLBasicVideoDecompressor
Pins
- OutputPin - The Video Output Pin of the decompressor.