Class DSPreviewProps.TVLDSVideoPreview
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:05, 11 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 TVLDSVideoPreview : 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.