Platforms to show: All Mac Windows Linux Cross-Platform
DirectShowPropertyBagMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DirectShow | MBS Win Plugin | 12.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
used for Monikers to store properties like description and user friendly name.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- property Handle as Integer
- property Lasterror as Integer
- property LasterrorMessage as String
- 7 methods
- method Constructor Private
- method CountProperties as Integer
- method Description as string
- method DevicePath as string
- method FriendlyName as string
- method PropertyName(index as Integer) as string
- method Read(name as string) as Variant
This class has no sub classes.
Some methods using this class:
- DirectShowMonikerMBS.Properties(BindContext as DirectShowBindContextMBS = nil) as DirectShowPropertyBagMBS
Some examples using this class:
- /Win/DirectShow/List devices
- /Win/DirectShow/Select and Capture
- /Win/DirectShow/Select and Capture with Audio
Blog Entries
- News from the MBS Xojo Plugins Version 22.0
- MBS Xojo Plugins, version 21.6pr1
- MBS Real Studio Plugins, version 12.1pr2
Release notes
- Version 22.0
- Added PropertyName and CountProperties methods to DirectShowPropertyBagMBS class.
The items on this page are in the following plugins: MBS Win Plugin.
DirectShowPinMBS - DirectShowSampleGrabberMBS
