Package VideoLabBasicPkg
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 14: | Line 14: | ||
== Requires == | == Requires == | ||
*[[Package SignalLabBasicPkg]] | *[[Package SignalLabBasicPkg]] | ||
+ | *[[Package AudioLabBasicPkg]] | ||
+ | *[[Package SignalLabBasicPkg]] | ||
+ | *[[Package VideoLabBasicPkg]] | ||
*[[Package AudioLabBasicPkg]] | *[[Package AudioLabBasicPkg]] | ||
Line 35: | Line 38: | ||
*[[Image:BIGVLAVILogger.gif]] [[Image:VLAVILogger.gif]] [[Image:NETVLAVILogger.gif]] [[Class VLAVILogger.TVLAVILogger|TVLAVILogger]] - Records AVI Video files. | *[[Image:BIGVLAVILogger.gif]] [[Image:VLAVILogger.gif]] [[Image:NETVLAVILogger.gif]] [[Class VLAVILogger.TVLAVILogger|TVLAVILogger]] - Records AVI Video files. | ||
*[[Image:BIGVLCapture.gif]] [[Image:VLCapture.gif]] [[Image:NETVLCapture.gif]] [[Class VLCapture.TVLCapture|TVLCapture]] - Captures Video from device. | *[[Image:BIGVLCapture.gif]] [[Image:VLCapture.gif]] [[Image:NETVLCapture.gif]] [[Class VLCapture.TVLCapture|TVLCapture]] - Captures Video from device. | ||
+ | *[[Image:BIGVLGenericFilter.gif]] [[Image:VLGenericFilter.gif]] [[Image:NETVLGenericFilter.gif]] [[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]] - User defined filter for Video data. | ||
+ | *[[Image:BIGVLGenericGen.gif]] [[Image:VLGenericGen.gif]] [[Image:NETVLGenericGen.gif]] [[Class VLGenericGen.TVLGenericGen|TVLGenericGen]] - User defined generator for Video data. | ||
== Layers == | == Layers == | ||
Line 76: | Line 81: | ||
*[[Unit VLBasicGaussianBlur|VLBasicGaussianBlur]] - Contains the basic abstract Gauss blur filter classes. | *[[Unit VLBasicGaussianBlur|VLBasicGaussianBlur]] - Contains the basic abstract Gauss blur filter classes. | ||
*[[Unit VLASFSupport|VLASFSupport]] - Contains the classes for the ASF support. | *[[Unit VLASFSupport|VLASFSupport]] - Contains the classes for the ASF support. | ||
+ | *[[Unit VLGenericFilter|VLGenericFilter]] - Contains the code for the [[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]] component. | ||
+ | *[[Unit VLGenericGen|VLGenericGen]] - Contains the code for the [[Class VLGenericGen.TVLGenericGen|TVLGenericGen]] component. | ||
== Classes == | == Classes == | ||
Line 173: | Line 180: | ||
*[[Class VLSinkFilter.TVLSinkFilter|TVLSinkFilter]] - Basic abstract class for filters with video input. | *[[Class VLSinkFilter.TVLSinkFilter|TVLSinkFilter]] - Basic abstract class for filters with video input. | ||
*[[Class VLSinkFilter.TVLSyncSinkFilter|TVLSyncSinkFilter]] - Basic abstract class for synchronizable filters with video input. | *[[Class VLSinkFilter.TVLSyncSinkFilter|TVLSyncSinkFilter]] - Basic abstract class for synchronizable filters with video input. | ||
+ | *[[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]] - User defined filter for Video data. | ||
+ | *[[Class VLGenericGen.TVLGenericGen|TVLGenericGen]] - User defined generator for Video data. | ||
== Structures == | == Structures == | ||
Line 216: | Line 225: | ||
*[[Type VLDSCapture.TVLDSCustomRenderEvent|TVLDSCustomRenderEvent]] - Event type for custom rendering. | *[[Type VLDSCapture.TVLDSCustomRenderEvent|TVLDSCustomRenderEvent]] - Event type for custom rendering. | ||
*[[Type VLCapture.TVLCaptureStatusEvent|TVLCaptureStatusEvent]] - Event type to be used for the capture status changes. | *[[Type VLCapture.TVLCaptureStatusEvent|TVLCaptureStatusEvent]] - Event type to be used for the capture status changes. | ||
− | *[[Type VLBasicGenericFilter.TVLStartNotify|TVLStartNotify]] - Event type for TVLGenericFilter.OnStart . | + | *[[Type VLBasicGenericFilter.TVLStartNotify|TVLStartNotify]] - Event type for [[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]].OnStart . |
*[[Type VLCommonLogger.TVLLoggerProgressEvent|TVLLoggerProgressEvent]] - Event type for indicating the progress of logging operations. | *[[Type VLCommonLogger.TVLLoggerProgressEvent|TVLLoggerProgressEvent]] - Event type for indicating the progress of logging operations. | ||
+ | *[[Type VLGenericFilter.TVLProcessVideoNotify|TVLProcessVideoNotify]] - Event type for [[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]].OnProcessData event. | ||
+ | *[[Type VLGenericGen.TSLVideoBufferGenEvent|TSLVideoBufferGenEvent]] - Event type to be used by the [[Class VLGenericGen.TVLGenericGen|TVLGenericGen]]. | ||
[[Category:Packages]] | [[Category:Packages]] |
Revision as of 19:28, 29 November 2011
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.
Contents |
Belongs to
- VideoLab - Video Processing Library.
- VisionLab - Computer Vision Library.
- BasicVideo - Video Capture and Playback Library.
Requires
- Package SignalLabBasicPkg
- Package AudioLabBasicPkg
- Package SignalLabBasicPkg
- Package VideoLabBasicPkg
- Package AudioLabBasicPkg
Used by
Description
Controls
- TVLImageDisplay - Video display component.
- TVLDSVideoPreviewDock - Docking location for video preview.
- TVLDSImageDisplay - Video display component using DirectShow.
Components
- TVLASFPlayer - Plays ASF and WMV Video Files.
- TVLDSVideoPlayer - Plays Video files using DirectShow.
- TVLDSVideoLogger - Records Video files using DirectShow.
- TVLDSCapture - Captures Video from device using DirectShow.
- TVLAVIPlayer - Plays AVI Video files.
- TVLAVILogger - Records AVI Video files.
- TVLCapture - Captures Video from device.
- TVLGenericFilter - User defined filter for Video data.
- TVLGenericGen - User defined generator for Video data.
Layers
- TVLImageDisplayLayer - Layer drawing video.
Elements
- TVLExternalImageDisplayElement - Component element drawing video.
Matrix Layers
- TVLExternalImageDisplayMatrixLayer - Matrix element drawing video.
Units
- VLASFPlayer - Contains the code for the TVLASFPlayer component.
- VLImageDisplay - Contains the code for the TVLImageDisplay component.
- VLDSVideoPreviewDock - Contains the code for the TVLDSVideoPreviewDock component.
- VLDSVideoPlayer - Contains the code for the TVLDSVideoPlayer component.
- VLDSVideoLogger - Contains the code for the TVLDSVideoLogger component.
- VLDSImageDisplay - Contains the code for the TVLDSImageDisplay component.
- VLDSCapture - Contains the code for the TVLDSCapture component.
- VLAVIPlayer - Contains the code for the TVLAVIPlayer component.
- VLAVILogger - Contains the code for the TVLAVILogger component.
- VLCapture - Contains the code for the TVLCapture component.
- VLBasicGenericGen - Contains the basic abstract generic generator classes.
- VLBasicGenericFilter - Contains the basic abstract generic filter classes.
- VLDSVideoProperties - Contains the code for the DirectShow properties support classes.
- VLBitmap - Contains the code for the TVLBitmap class.
- VLDrawFilterLayers - Contains the code for the TVLDrawFilterLayers class.
- VLCommonLogger - Contains the code for the TVLCommonLogger base class.
- VLDSCompression - Contains the code for the TVLDSVideoCompression support classes.
- VLCommonGen - Contains the basic abstract generator classes.
- VLCommonFilter - Contains the basic abstract filter classes.
- VLRectRegion - Contains support classes.
- VLSimpleImageBuffer - Contains the code to implement and support TLVImageBuffer class.
- VLTypes - Contains some VideoLab common types.
- VLCommonDisplay - Contains basic classes for the image displays.
- VLStreamTypes - Contains types for the VideoLab OpenWire stream support.
- VLWienerNoiseLevels - Contains the code for the TVLWinerNoiseLevels class.
- VLDSDigitalVideo - Contains support classes and types for Digital Video (DV) devices.
- VLCompression - Contains the classes for the compression properties.
- VLSinkFilter - Contains the code for the TVLSinkFilter base class.
- VLBasicGaussianBlur - Contains the basic abstract Gauss blur filter classes.
- VLASFSupport - Contains the classes for the ASF support.
- VLGenericFilter - Contains the code for the TVLGenericFilter component.
- VLGenericGen - Contains the code for the TVLGenericGen component.
Classes
- TVLASFPlayer - Plays ASF and WMV Video Files.
- TVLImageDisplay - Video display component.
- TVLImageDisplayLayer - Layer drawing video.
- TVLBasicImageDisplayElement - Base abstract class for Image Display elements.
- TVLExternalImageDisplayElement - Component element drawing video.
- TVLExternalImageDisplayMatrixLayer - Matrix element drawing video.
- TVLDSVideoPreviewDock - Docking location for video preview.
- TVLDSVideoPlayer - Plays Video files using DirectShow.
- TVLDSVideoLogger - Records Video files using DirectShow.
- TVLDSImageDisplay - Video display component using DirectShow.
- TDSVideoCaptureDeviceItem - DirectShow video capture device collection item.
- TDSVideoCaptureDeviceItems - Collection of video capture devices.
- TDSVideoCaptureDevice - Video Capture Device settings class.
- TVLVideoModeFormat - Video mode class.
- TVLVideoModes - List of video modes available for a particular device.
- TVLDSCaptureProperty - Base abstract capture property class.
- TVLDSAdjustmentProperty - Base abstract adjustment property class.
- TVLDSIntegerAdjustmentProperty - Integer adjustment properties class.
- TVLDSBooleanAdjustmentProperty - Boolean adjustment properties class.
- TVLDSOptionalCaptureProperty - Base abstract capture optional property class.
- TVLDSAdjustment - Image adjustment property class.
- TVLDSTVTuner - TV Tuner properties class.
- TDSCaptureGraph - DirectShow Capture Graph settings class.
- TVLCaptureFrameRate - Capture frame rate settings class.
- TDSVLAudioCaptureDevice - DirectShow Audio Capture Device settings class.
- TVLClosedCaptions - Closed captions settings class.
- TVLDSCameraControlProperty - Camera control property class.
- TVLDSCameraControl - Camera control properties class.
- TVLDSCapture - Captures Video from device using DirectShow.
- TVLAVIPlayerSegment - Segment of the Video file to be played parameters class.
- TVLAVIPlayer - Plays AVI Video files.
- TVLAVILogger - Records AVI Video files.
- TALOptionalDefaultAudioFormat - Optional Audio Format settings class.
- TVLCapture - Captures Video from device.
- TVLBasicGenericGen - Base class for generic video generators.
- TVLBasicGenericFilter - Base class for generic video filters.
- TVLBasicStartGenericFilter - Base class for generic video filters.
- TVLDSVideoInterlacing - Information about the video interlacing.
- TVLBitmap - Bitmap wrapper class for thread safe bitmap access.
- TVLDrawFilterLayer - Abstract base class for filtering drawing layers.
- TVLCommonLogger - Base abstract class for non DirectShow video logger components.
- TVLDSVideoCompressionItem - DirectShow video compression item.
- TVLDSVideoCompressionItems - Collection of desired DirectShow video compressors
- TVLDSVideoCompression - Video compression settings class to be used by a DirectShow component such as TVLDSVideoLogger.
- TVLCommonGen - Abstract base class for all the video image generators.
- TVLTransparency - Image transparency settings class.
- TVLCommonFilter - Abstract base class for all the video image filters.
- TVLCommonROIFilter - Abstract base class for Region Of Interest(ROI) filters.
- TVLGenerator - Optional generator settings for the generator filters combined components.
- TVLCommonROIGenFilter - Abstract base class for Region Of Interest(ROI) filters that can also work as generators.
- TVLCommonROISizeFilter - Base abstract class for video filters with Region Of Interest.
- TVLFilterAutoSizebleOutput - Specifies the auto size settings.
- TVLGeometricTransfromFilter - Abstract base class for geometric transformation filters.
- TVLCommonROIMatrixSizeFilter - Abstract base class for Region Of Interest(ROI) filters with Transformation Matrix.
- TVLCommonROIMatrixSizeAnchorFilter - Abstract base class for Region Of Interest(ROI) filters with Transformation Matrix.
- TVLCommonROIMatrixFilterIntermidiate - Abstract base class for Region Of Interest(ROI) filters with Transformation Matrix.
- TVLPoint - X, Y coordinates or offsets parameters class.
- TVLSize - Defines image size.
- TVLDefaultSize - Defines image size.
- TVLFilterOutputSize - Specifies the way the output frame size will be calculated.
- TVLOptionalFilterOutputSize - Specifies the way the output frame size will be calculated.
- TVLIntegerSize - Image size properties class.
- TVLMaskSize - Mask size properties class.
- TVLRectRegion - Defines rectangular regions properties class.
- TVLOptionalRectRegion - Optional rectangular region properties class.
- TVLVideoFormatSettings - Specifies how the video format will be selected.
- TVLTimeCode - DV TimeCode property class.
- TVLDateTime - DV DateTime property class.
- TVLImageBuffer - This is frame image buffer.
- TVLBasicAspectRatio - Information about the video aspect ratio.
- TVLAspectRatio - Specifies the aspect ratio settings.
- TVLOptionalVideoFormat - Optional video format properties class.
- TVLVideoSize - Size of the desired image frame settings class.
- TVLOptionalVideoSize - Optional image size properties class.
- TVLCommonDisplay - Base abstract class for Image Displays.
- TVLCommonImageDisplay - Base abstract class for Image Displays.
- TVLDSBasicVideoPreview - Basic Video Preview settings class.
- TVLDSVideoPreview - Video Preview settings class.
- TALDSAudioPreview - Audio Preview settings class.
- TVLOWImageSourcePin - Video Source Pin class.
- TVLOWImageSinkPin - Video Sink Pin class.
- TVLOWImageRawSourcePin - Video or Raw data Source Pin class.
- TVLOWImageRawSinkPin - Video or Raw data Sink Pin class.
- TVLOWXYFloatSourcePin - X,Y floating point data Source Pin class.
- TVLOWXYFloatSinkPin - X,Y floating point data Sink Pin class.
- TOWVLVideoPreviewSourcePin - Defines video preview source pin.
- TOWVLVideoPreviewSinkPin - Defines video preview sink pin.
- TVLWienerNoiseLevels - Red, Green, and Blue noise levels to be used by the Wiener filters.
- TVLDSDigitalVideo - Digital Video (DV) device control properties class.
- TVLKeyFrames - Key Video Frames settings class.
- TVLVideoCompressionItem - Type compression to be used by the compression components.
- TVLVideoCompressionItems - Collection of TVLVideoCompressionItem elements.
- TVLVideoCompression - Video compression settings class.
- TVLSinkFilter - Basic abstract class for filters with video input.
- TVLSyncSinkFilter - Basic abstract class for synchronizable filters with video input.
- TVLGenericFilter - User defined filter for Video data.
- TVLGenericGen - User defined generator for Video data.
Structures
- TVLFloatPoint - X and Y floating point coordinate structure.
- TVLFloatSize - Width and Height floating point size structure.
Interfaces
- IVLImageBuffer - Image buffer interface.
Enums
- TVLDSPlayerCapability - Enumerated type for the DirectShow player capabilities.
- TVLDSDVInResolution - Enumerated type for the output DV video resolutions.
- TVLDSCaptureDialog - Enumerated type for the video device configuration dialogs.
- TVLDSAdjustmentMode - Enumerated type for selecting the adjustment mode - Manual or Automatic.
- TVLDSTVMode - Enumerated type for selecting a TV Tuner Mode.
- TVLDSTVInputType - Enumerated type for the TV Input.
- TVLDSTVSignal - Enumerated type for the strength of the TV signal.
- TVLDSTVFormat - Enumerated type for the DirectShow TV formats.
- TVLColorBits - Enumerated type for the AVILogger video color bits.
- TVLDSInterlacingMode - Enumerated type for the DirectShow interlace display mode.
- TVLDSInterlacingFieldPattern - Enumerated type for the DirectShow interlace field patterns.
- TVLInterpolationType - Enumerated type for the interpolation type to be used for the geometric transformations.
- TVLTransparentSource - How the mask will decide which color will be transparent enumeration.
- TVLFixedMaskSize - Mask Size enumeration.
- TVLAutoSizebleMode - Enumerated type for selecting auto size mode.
- TVLVideoFormat - Enumerated type for the supported buffer video formats.
- TVLAlphaCompOperation - Enumerated type for selecting the Alpha composition operation.
- TVLColorMode - Enumerated type for the video spaces that can be used for Histograms and other channel processing components.
- TVLAspectRatioMode - Specifies the aspect ratio mode.
- TVLDSDigitalVideoMode - Enumerated type for the Digital Video (DV) device modes.
- TVLCompressionInfo - Enumerated type specifying what information to be returned when calling GetAvailableCompressions.
Sets
- TVLDSPlayerCapabilities - Set of available player capabilities.
- TVLDSAdjustmentModes - Set of available adjustment modes.
- TVLDSTVModes - Set of available TV Modes.
- TVLDSCaptureDialogs - Set of available dialogs for a particular video devices.
- TVLDSTVFormats - Set of TV formats - PAL, SECAM, NTSC etc.
Types
- TVLOnRawCaptionData - Event type for events is called when raw text data is extracted from a closed captions stream.
- TVLDSGrabberCreateEvent - Event type for creating custom video grabber.
- TVLDSCustomRenderEvent - Event type for custom rendering.
- TVLCaptureStatusEvent - Event type to be used for the capture status changes.
- TVLStartNotify - Event type for TVLGenericFilter.OnStart .
- TVLLoggerProgressEvent - Event type for indicating the progress of logging operations.
- TVLProcessVideoNotify - Event type for TVLGenericFilter.OnProcessData event.
- TSLVideoBufferGenEvent - Event type to be used by the TVLGenericGen.