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
Back to DirectShowAMCameraControlMBS class.
DirectShowAMCameraControlMBS.Constructor Private
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DirectShow | MBS Win Plugin | 12.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
DirectShowAMCameraControlMBS.Get(PropertySelector as Integer, byref Value as Integer, byref Flags as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DirectShow | MBS Win Plugin | 12.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
PropertySelector: A long value that specifies the property to retrieve, see kProperty* constants.
Value: receives the value of the property.
Flags: Receives a member of the CameraControlFlags enumeration. The returned value indicates whether the setting is controlled manually or automatically.
Lasterror is set.
DirectShowAMCameraControlMBS.GetRange(PropertySelector as Integer, byref MinValue as Integer, byref MaxValue as Integer, byref SteppingDelta as Integer, byref DefaultValue as Integer, byref CapsFlags as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DirectShow | MBS Win Plugin | 12.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
PropertySelector: A long value that specifies the property to query, see kProperty* constants.
MinValue: Receives the minimum value of the property.
MaxValue: Receives the maximum value of the property.
SteppingDelta: Receives the step size for the property. The step size is the smallest increment by which the property can change.
DefaultValue: Receives the default value of the property.
CapsFlags: Receives an element of the CameraControlFlags enumeration, indicating whether the property is controlled automatically or manually.
Lasterror is set.
DirectShowAMCameraControlMBS.Set(PropertySelector as Integer, Value as Integer, Flags as Integer = 0)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DirectShow | MBS Win Plugin | 12.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
PropertySelector: A long value that specifies the property to set, see kProperty* constants.
Value: A long value that specifes the new value of the property.
Flags: A long value that specifies the desired control setting. See kFlags* constants.
Lasterror is set.
DirectShowAMCameraControlMBS.ShowPropertyDialog(parent as DesktopWindow, x as integer = 0, y as integer = 0, title as string = "")
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DirectShow | MBS Win Plugin | 22.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Parent: the parent window for the dialog.
X/Y: The offset of the dialog relative to the parent window.
Title: optional title for the dialog.
Sets lasterror property.
See also:
DirectShowAMCameraControlMBS.ShowPropertyDialog(parent as window = nil, x as integer = 0, y as integer = 0, title as string = "")
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DirectShow | MBS Win Plugin | 19.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Parent: the parent window for the dialog.
X/Y: The offset of the dialog relative to the parent window.
Title: optional title for the dialog.
Sets lasterror property.
See also:
The items on this page are in the following plugins: MBS Win Plugin.