MFORMATSLib Namespace > MFLiveClass Class : DeviceGetInternal Method |
Public Overridable Sub DeviceGetInternal( _ ByVal _eDevType As eMFDeviceType, _ ByRef _ppObject As Object _ )
public virtual void DeviceGetInternal( eMFDeviceType _eDevType, out object _ppObject )
public procedure DeviceGetInternal( _eDevType: eMFDeviceType; Out _ppObject: TObject ); virtual;
public: virtual void DeviceGetInternal( eMFDeviceType _eDevType, [PARAMFLAG::Out] IUnknown* _ppObject )
object screenCapture; m_objLive.DeviceGetInternal(eMFDeviceType.eMFDT_Video, out screenCapture);