DirectShowPinMBS class
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
DirectShowPinMBS class
This interface is exposed by all input and output pins.
The filter graph manager uses this interface to connect pins and perform flushing operations. Applications can use this interface to query the pin for information.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- 10 methods
- 12 shared methods
- 2 constants
Pin Direction
Constant |
Value |
Description |
kPinDirectionInput
|
0 |
Input
|
kPinDirectionOutput
|
1 |
Output
|
This class has no sub classes.
Some methods using this class:
- DirectShowAMVideoControlMBS.Caps(pin as DirectShowPinMBS) as Integer
- DirectShowAMVideoControlMBS.CurrentActualFrameRate(pin as DirectShowPinMBS) as Int64
- DirectShowAMVideoControlMBS.FrameRateList(pin as DirectShowPinMBS, Index as Integer, Width as Integer, Height as Integer) as Int64()
- DirectShowAMVideoControlMBS.SetMode(pin as DirectShowPinMBS, mode as Integer)
- DirectShowBaseFilterMBS.FindPin(name as string) as DirectShowPinMBS
- DirectShowCaptureGraphBuilderMBS.FindPin(Source as DirectShowPinMBS, PinDirection as Integer, Category as DirectShowGUIDMBS = nil, Type as DirectShowGUIDMBS = nil, Unconnected as boolean = false, Num as Integer = 0) as DirectShowPinMBS
- DirectShowEnumPinsMBS.NextObject as DirectShowPinMBS
- DirectShowGraphBuilderMBS.Connect(pinOut as DirectShowPinMBS, pinIn as DirectShowPinMBS)
- DirectShowGraphBuilderMBS.ConnectFilters(pinOut as DirectShowPinMBS, dest as DirectShowBaseFilterMBS)
- DirectShowGraphBuilderMBS.ConnectFilters(source as DirectShowBaseFilterMBS, pinIn as DirectShowPinMBS)
Some examples using this class:
Blog Entries
Xojo Developer Magazine
Release notes
The items on this page are in the following plugins: MBS Win Plugin.
DirectShowNullRendererMBS
-
DirectShowPropertyBagMBS