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
The private constructor.

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
Gets video quality for a specified property.

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
Gets the minimum, maximum, and default values for setting properties.

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
Sets video quality for a specified property.

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.


The biggest plugin in space...