Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Image Capture | MBS Win Plugin | 10.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Note WIA does not support video devices in Windows Server 2003, Windows Vista, and later. For those versions of the Windows, use DirectShow to acquire images from video.
Constant | Value | Description |
---|---|---|
kStateCreatingVideo | 2 |
One of the constants for the video state.
One of the WiaVideoMBS CreateVideo methods was called and WIA is in the process of creating the video stream. |
kStateDestroyingVideo | 6 |
One of the constants for the video state.
The application called DestroyVideo method, and WIA is in the process of destroying the video stream. |
kStateNoVideo | 1 |
One of the constants for the video state.
No video stream exists. Call CreateVideoByWiaDevID, CreateVideoByDevNum, or CreateVideoByName to create a video. |
kStateVideoCreated | 3 |
One of the constants for the video state.
A video stream has been successfully created, but playback has not yet started. |
kStateVideoPaused | 5 |
One of the constants for the video state.
A video stream has been successfully created, and the video is paused. The application can now call the TakePicture method. |
kStateVideoPlaying | 4 |
One of the constants for the video state.
A video stream has been successfully created, and the video is playing. The application can now call the TakePicture method. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
WIATransferParamsMBS - WinDataObjectMBS