Class VLVideoDecompressor.TVLVideoDecompressor
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 June 2013
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: VLVideoDecompressor
Inherits: TVLBasicSizeVideoDecompressor
Contents |
Syntax
Delphi:
type TVLVideoDecompressor = class( TVLBasicSizeVideoDecompressor )
C++ Builder:
class TVLVideoDecompressor : public TVLBasicSizeVideoDecompressor
Visual C++ (MFC):
class CTVLVideoDecompressor : public CTVLBasicSizeVideoDecompressor
C# (.NET):
public ref class TVLVideoDecompressor : Mitov.VideoLab.BasicSizeVideoDecompressor
Summary
Decompresses compressed video.
Description
This component can be used decompress compressed video. It will use any filter available to the Video Compression Manager(VCM). The compressed data can be received over TCP/IP or UDP decompressed and then played on a fly, allowing Video over IP type of applications.
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
- Decompressions - Desired video decompression.
- VideoFormat - Desired video format of the output - RGB24 or YUY2.
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.