Class VLBasicVideoCompression.TVLBasicVideoDecompressor
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BasicVideoDecompressor : [[Class ALBasicCompression.TALBasicDecompressor|Mitov.VideoLab.BasicDecompressor]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 49: | Line 49: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Latest revision as of 00:30, 26 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: VLBasicVideoCompression
Inherits: TALBasicDecompressor
Contents |
Syntax
Delphi:
type TVLBasicVideoDecompressor = class( TALBasicDecompressor )
C++ Builder:
class TVLBasicVideoDecompressor : public TALBasicDecompressor
Visual C++ (MFC):
class CTVLBasicVideoDecompressor : public CTALBasicDecompressor
C# (.NET):
public ref class BasicVideoDecompressor : Mitov.VideoLab.BasicDecompressor
Summary
Abstract base class for video decompression components.
Description
This is abstract base class for video decompression components.
Pins
- OutputPin - The Video Output Pin of the decompressor.