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 | DirectShow | MBS Win Plugin | 21.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
For Windows Driver Model (WDM) devices, the WDM Video Capture Filter automatically exposes this interface if the WDM driver supports the PROPSETID_VIDCAP_VIDEOCONTROL property set. For more information, see the Windows Driver Kit (WDK) documentation.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
Constant | Value | Description |
---|---|---|
FlagExternalTriggerEnable | 2 |
Sets up a stream to capture a trigger from an external source, for example, a push button on a camera. Buffers can be queued to the driver but will not be passed up from the WDM capture driver (for compression, display, or writing to a file) until the external event happens. |
FlagFlipHorizontal | 0 |
Specifies that the picture is flipped horizontally. |
FlagFlipVertical | 1 |
Specifies that the picture is flipped vertically. |
FlagTrigger | 3 |
In software, simulates an external trigger when the stream has the VideoControlFlag_ExternalTriggerEnable flag set. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
DirectShowAMVideoCompressionMBS - DirectShowAMVideoProcAmpMBS