Class VLDSVideoCompressor.TVLDSVideoCompressor
(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''' | + | '''public ref class''' DSVideoCompressor : [[Class VLBasicVideoCompression.TVLBasicVideoCompressor|Mitov.VideoLab.BasicVideoCompressor]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 34: | Line 34: | ||
== Description == | == Description == | ||
− | + | <span style="color:red"><b>Requires DirectShow 8.1 or higher.</b></span> | |
− | + | <span style="color:red"><b>Works faster than the [[Class VLImageDisplay.TVLImageDisplay|TVLImageDisplay]] | |
− | component.</ | + | component.</b></span> |
− | + | <span style="color:red"><b>If you don't want to use DirectShow use the | |
− | [[Class VLVideoCompressor.TVLVideoCompressor|TVLVideoCompressor]] component instead.</ | + | [[Class VLVideoCompressor.TVLVideoCompressor|TVLVideoCompressor]] component instead.</b></span> |
This DirectShow component can be used compress video. It will | This DirectShow component can be used compress video. It will | ||
Line 49: | Line 49: | ||
pin. The output pin can be connected to any component that | pin. The output pin can be connected to any component that | ||
accepts generic data buffer. | accepts generic data buffer. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLDSVideoCompressor_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 75: | Line 81: | ||
=== 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: VLDSVideoCompressor
Inherits: TVLBasicVideoCompressor
Contents |
Syntax
Delphi:
type TVLDSVideoCompressor = class( TVLBasicVideoCompressor )
C++ Builder:
class TVLDSVideoCompressor : public TVLBasicVideoCompressor
Visual C++ (MFC):
class CTVLDSVideoCompressor : public CTVLBasicVideoCompressor
C# (.NET):
public ref class DSVideoCompressor : Mitov.VideoLab.BasicVideoCompressor
Summary
Compresses the 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 compress 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 video source pin. The output pin can be connected to any component that accepts generic data buffer.
Diagram:
Properties
Published
- Graph - The DirectShow Graph.
- Compressions - Desired video compression.
Public
- BaseFilter - IBaseFilter interface of the DirectShow filter.
From TVLBasicVideoCompressor
Pins
- InputPin - The Video Input Pin of the compressor.