Class VLStreamTypes.TOWVLVideoPreviewSourcePin

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 9: Line 9:
 
'''Unit:''' [[Unit VLStreamTypes|VLStreamTypes]]
 
'''Unit:''' [[Unit VLStreamTypes|VLStreamTypes]]
  
'''Inherits:''' [[Class SLStreamTypes.TSLOWSourcePin|TSLOWSourcePin]]
+
'''Inherits:''' [[Class SLStreamTypes.TSLOWClockableSourcePin|TSLOWClockableSourcePin]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TOWVLVideoPreviewSourcePin = '''class'''( [[Class SLStreamTypes.TSLOWSourcePin|TSLOWSourcePin, IOWVLVideoPreviewStream]] )
+
'''type''' TOWVLVideoPreviewSourcePin = '''class'''( [[Class SLStreamTypes.TSLOWClockableSourcePin|TSLOWClockableSourcePin, IOWVLVideoPreviewStream]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TOWVLVideoPreviewSourcePin : '''public''' [[Class SLStreamTypes.TSLOWSourcePin|TSLOWSourcePin]]
+
'''class''' TOWVLVideoPreviewSourcePin : '''public''' [[Class SLStreamTypes.TSLOWClockableSourcePin|TSLOWClockableSourcePin]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTOWVLVideoPreviewSourcePin : '''public''' [[Class SLStreamTypes.TSLOWSourcePin|CTSLOWSourcePin]]
+
'''class''' CTOWVLVideoPreviewSourcePin : '''public''' [[Class SLStreamTypes.TSLOWClockableSourcePin|CTSLOWClockableSourcePin]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TOWVLVideoPreviewSourcePin : [[Class SLStreamTypes.TSLOWSourcePin|Mitov.VideoLab.OWSourcePin]]
+
'''public ref class''' VLVideoPreviewSourcePin : [[Class SLStreamTypes.TSLOWClockableSourcePin|Mitov.VideoLab.OWClockableSourcePin]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 40: Line 40:
  
 
=== Public ===
 
=== Public ===
*[[Method function SLStreamTypes.TSLOWSourcePin.DispatchData(PDataTypeID;IOWNotifyOperation;TOWNotifyState) : TOWNotifyResult|function DispatchData(DataTypeID : PDataTypeID; Operation : IOWNotifyOperation; State : TOWNotifyState) : TOWNotifyResult]]
 
 
*[[Method procedure SLStreamTypes.TSLOWSourcePin.BCBNotify(IOWNotifyOperation)|procedure BCBNotify(Operation : IOWNotifyOperation)]]
 
*[[Method procedure SLStreamTypes.TSLOWSourcePin.BCBNotify(IOWNotifyOperation)|procedure BCBNotify(Operation : IOWNotifyOperation)]]
 
*[[Method function SLStreamTypes.TSLOWSourcePin.Notify(IOWNotifyOperation) : TOWNotifyResult|function Notify(Operation : IOWNotifyOperation) : TOWNotifyResult]]
 
*[[Method function SLStreamTypes.TSLOWSourcePin.Notify(IOWNotifyOperation) : TOWNotifyResult|function Notify(Operation : IOWNotifyOperation) : TOWNotifyResult]]

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

Unit: VLStreamTypes

Inherits: TSLOWClockableSourcePin

Contents

Syntax

Delphi:

type TOWVLVideoPreviewSourcePin = class( TSLOWClockableSourcePin, IOWVLVideoPreviewStream )

C++ Builder:

class TOWVLVideoPreviewSourcePin : public TSLOWClockableSourcePin

Visual C++ (MFC):

class CTOWVLVideoPreviewSourcePin : public CTSLOWClockableSourcePin

C# (.NET):

public ref class VLVideoPreviewSourcePin : Mitov.VideoLab.OWClockableSourcePin

Summary

Defines video preview source pin.

Description

This pin type is used to connect DirectShow components to PreviewGraph components.

From TSLOWSourcePin

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox