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 DirectShowAMVideoProcAmpMBS class.
DirectShowAMVideoProcAmpMBS.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 |
DirectShowAMVideoProcAmpMBS.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: Specifies the property to retrieve, as a value from the kProperty* constants.
Value: Receives the value of the property.
Flags: Receives the flags. The returned value indicates whether the setting is controlled manually or automatically.
Lasterror is set.
DirectShowAMVideoProcAmpMBS.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: Specifies the property to retrieve, as a value from the 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 a member of the VideoProcAmpFlags enumeration, indicating whether the property is controlled automatically or manually.
Lasterror is set.
DirectShowAMVideoProcAmpMBS.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: Specifies the property to retrieve, as a value from the kProperty* constants.
Value: The new value of the property.
Flags: The desired control setting. See kFlags* constants.
Lasterror is set.
The items on this page are in the following plugins: MBS Win Plugin.