MFInternalGet Method (MFLiveClass)
Type of device ("video", ""audio")
output object (a DirectShow filter, for example)
Gets internal component interface - work only for MFLive/MFRenderer IF device_sharing DISABLED (DirectShow/Decklink)
Syntax
Public Overridable Sub MFInternalGet( _
   ByVal _bsType As String, _
   ByRef _ppObject As Object _
) 
public virtual void MFInternalGet( 
   string _bsType,
   out object _ppObject
)
public procedure MFInternalGet( 
    _bsType: String;
   Out  _ppObject: TObject
); virtual; 
public: virtual void MFInternalGet( 
   BSTR* _bsType,
   [PARAMFLAG::Out] IUnknown* _ppObject
) 

Parameters

_bsType
Type of device ("video", ""audio")
_ppObject
output object (a DirectShow filter, for example)
See Also

Reference

MFLiveClass Class
MFLiveClass Members