Class DSPreviewProps.TVLDSVideoPreview
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DSVideoPreview : [[Class DSPreviewProps.TVLDSBasicVideoPreview|Mitov.VideoLab.DSBasicVideoPreview]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: DSPreviewProps
Inherits: TVLDSBasicVideoPreview
Contents |
Syntax
Delphi:
type TVLDSVideoPreview = class( TVLDSBasicVideoPreview )
C++ Builder:
class TVLDSVideoPreview : public TVLDSBasicVideoPreview
Visual C++ (MFC):
class CTVLDSVideoPreview : public CTVLDSBasicVideoPreview
C# (.NET):
public ref class DSVideoPreview : Mitov.VideoLab.DSBasicVideoPreview
Summary
Video Preview settings class.
Description
Defines Video Preview settings class. Used by some DirectShow components such as TVLDSVideoPlayer and TVLDSCapture.
Properties
Published
- Enabled - Enables/Disables the video preview.
From TVLDSBasicVideoPreview
Properties
Published
- Visible - Makes the video preview window visible.
Methods
Public
Pins
- PreviewPin - Video preview source pin.
Events
- OnMouseMove - Occurs when the user moves the mouse pointer while the mouse pointer is over a control.
- OnMouseDown - Occurs when the user presses a mouse button with the mouse pointer over a control.
- OnMouseUp - Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component.