Class VLDSVideoDecompressor.TVLDSVideoDecompressor

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLDSVideoDecompressor : [[Class VLBasicVideoCompression.TVLBasicSizeVideoDecompressor|Mitov.VideoLab.BasicSizeVideoDecompressor]]
+
'''public ref class''' DSVideoDecompressor : [[Class VLBasicVideoCompression.TVLBasicSizeVideoDecompressor|Mitov.VideoLab.BasicSizeVideoDecompressor]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 34: Line 34:
  
 
== Description ==
 
== Description ==
<b><span style="color:red">Requires DirectShow 8.1 or higher.</span></b>
+
<span style="color:red"><b>Requires DirectShow 8.1 or higher.</b></span>
  
<b><span style="color:red">Works faster than the [[Class VLImageDisplay.TVLImageDisplay|TVLImageDisplay]]
+
<span style="color:red"><b>Works faster than the [[Class VLImageDisplay.TVLImageDisplay|TVLImageDisplay]]
component.</span></b>
+
component.</b></span>
  
<b><span style="color:red">If you don't want to use DirectShow use the
+
<span style="color:red"><b>If you don't want to use DirectShow use the
[[Class VLVideoCompressor.TVLVideoCompressor|TVLVideoCompressor]] component instead.</span></b>
+
[[Class VLVideoCompressor.TVLVideoCompressor|TVLVideoCompressor]] component instead.</b></span>
  
 
This DirectShow component can be used decompress compressed
 
This DirectShow component can be used decompress compressed
Line 49: Line 49:
 
buffer source pin. The output pin can be connected to any
 
buffer source pin. The output pin can be connected to any
 
component that accepts video data buffer.
 
component that accepts video data buffer.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLDSVideoDecompressor_Preview.png]]
  
 
== Properties ==
 
== Properties ==
Line 83: Line 89:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== 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.

BIGVLDSVideoDecompressor.gif VLDSVideoDecompressor.gif NETVLDSVideoDecompressor.gif

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 DSVideoDecompressor : 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:

VLDSVideoDecompressor Preview.png

Properties

Published

Public

From TVLBasicSizeVideoDecompressor

Properties

Published

From TVLBasicVideoDecompressor

Pins

From TALBasicDecompressor

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox