Unit VLDSCapture
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 18: | Line 18: | ||
== Classes == | == Classes == | ||
*[[Class VLDSCapture.TDSVideoCaptureDeviceItem|TDSVideoCaptureDeviceItem]] - DirectShow video capture device collection item. | *[[Class VLDSCapture.TDSVideoCaptureDeviceItem|TDSVideoCaptureDeviceItem]] - DirectShow video capture device collection item. | ||
− | |||
*[[Class VLDSCapture.TDSVideoCaptureDevice|TDSVideoCaptureDevice]] - Video Capture Device settings class. | *[[Class VLDSCapture.TDSVideoCaptureDevice|TDSVideoCaptureDevice]] - Video Capture Device settings class. | ||
+ | *[[Class VLDSCapture.TDSVideoCaptureDeviceItems|TDSVideoCaptureDeviceItems]] - Collection of video capture devices. | ||
*[[Class VLDSCapture.TVLVideoModeFormat|TVLVideoModeFormat]] - Video mode class. | *[[Class VLDSCapture.TVLVideoModeFormat|TVLVideoModeFormat]] - Video mode class. | ||
*[[Class VLDSCapture.TVLVideoModes|TVLVideoModes]] - List of video modes available for a particular device. | *[[Class VLDSCapture.TVLVideoModes|TVLVideoModes]] - List of video modes available for a particular device. | ||
Line 30: | Line 30: | ||
*[[Class VLDSCapture.TVLDSTVTuner|TVLDSTVTuner]] - TV Tuner properties class. | *[[Class VLDSCapture.TVLDSTVTuner|TVLDSTVTuner]] - TV Tuner properties class. | ||
*[[Class VLDSCapture.TDSCaptureGraph|TDSCaptureGraph]] - DirectShow Capture Graph settings class. | *[[Class VLDSCapture.TDSCaptureGraph|TDSCaptureGraph]] - DirectShow Capture Graph settings class. | ||
− | |||
− | |||
*[[Class VLDSCapture.TVLClosedCaptions|TVLClosedCaptions]] - Closed captions settings class. | *[[Class VLDSCapture.TVLClosedCaptions|TVLClosedCaptions]] - Closed captions settings class. | ||
*[[Class VLDSCapture.TVLDSCameraControlProperty|TVLDSCameraControlProperty]] - Camera control property class. | *[[Class VLDSCapture.TVLDSCameraControlProperty|TVLDSCameraControlProperty]] - Camera control property class. | ||
*[[Class VLDSCapture.TVLDSCameraControl|TVLDSCameraControl]] - Camera control properties class. | *[[Class VLDSCapture.TVLDSCameraControl|TVLDSCameraControl]] - Camera control properties class. | ||
+ | *[[Class VLDSCapture.TVLDSCaptureStillImage|TVLDSCaptureStillImage]] - Still image properties class. | ||
+ | *[[Class VLDSCapture.TMLCaptureTextSampleGrabber|TMLCaptureTextSampleGrabber]] | ||
+ | *[[Class VLDSCapture.TMLCaptureRawSampleGrabber|TMLCaptureRawSampleGrabber]] | ||
+ | *[[Class VLDSCapture.TDSVLAudioCaptureDevice|TDSVLAudioCaptureDevice]] - DirectShow Audio Capture Device settings class. | ||
*[[Class VLDSCapture.TVLDSCapture|TVLDSCapture]] - Captures Video from device using DirectShow. | *[[Class VLDSCapture.TVLDSCapture|TVLDSCapture]] - Captures Video from device using DirectShow. | ||
+ | *[[Class VLDSCapture.TVLCaptureFrameRate|TVLCaptureFrameRate]] - Capture frame rate settings class. | ||
== Enums == | == Enums == | ||
Line 53: | Line 56: | ||
== Types == | == Types == | ||
− | |||
− | |||
*[[Type VLDSCapture.TVLDSCustomRenderEvent|TVLDSCustomRenderEvent]] - Event type for custom rendering. | *[[Type VLDSCapture.TVLDSCustomRenderEvent|TVLDSCustomRenderEvent]] - Event type for custom rendering. | ||
[[Category:Units]] | [[Category:Units]] |
Latest revision as of 00:11, 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
Contents |
Summary
Contains the code for the TVLDSCapture component.
Description
This unit contains the code for the TVLDSCapture component.
Components
- TVLDSCapture - Captures Video from device using DirectShow.
Classes
- TDSVideoCaptureDeviceItem - DirectShow video capture device collection item.
- TDSVideoCaptureDevice - Video Capture Device settings class.
- TDSVideoCaptureDeviceItems - Collection of video capture devices.
- 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.
- TVLClosedCaptions - Closed captions settings class.
- TVLDSCameraControlProperty - Camera control property class.
- TVLDSCameraControl - Camera control properties class.
- TVLDSCaptureStillImage - Still image properties class.
- TMLCaptureTextSampleGrabber
- TMLCaptureRawSampleGrabber
- TDSVLAudioCaptureDevice - DirectShow Audio Capture Device settings class.
- TVLDSCapture - Captures Video from device using DirectShow.
- TVLCaptureFrameRate - Capture frame rate settings class.
Enums
- 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.
Sets
- 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
- TVLDSCustomRenderEvent - Event type for custom rendering.