DeviceShowProps Method (IMDevice)
type of the device
Possible values:
type ofo the properties
Possible values:
window handle
Shows the device properties.
Syntax
Sub DeviceShowProps( _
   ByVal _bsType As String, _
   ByVal _bsPropsType As String, _
   ByVal _lWndHandle As Long _
) 
void DeviceShowProps( 
   string _bsType,
   string _bsPropsType,
   long _lWndHandle
)
procedure DeviceShowProps( 
    _bsType: String;
    _bsPropsType: String;
    _lWndHandle: Int64
); 
void DeviceShowProps( 
   BSTR* _bsType,
   BSTR* _bsPropsType,
   long _lWndHandle
) 

Parameters

_bsType
type of the device
Possible values:
  • "video" - currently set video device
  • "video::line-in" - currently set input line of video device
  • "audio" - currently set audio device
  • "audio::line-in" - currently set input line of audio device
  • "renderer" - currently set renderer
  • "renderer::line-out" - currently set renderer output line
  • "renderer::keying" - currently set keying state value
  • "renderer::line-in" - currently set renderer input like (for keying)
_bsPropsType
type ofo the properties
Possible values:
  • "device" - show device properties page
  • "stream" - show pin properties page
_lWndHandle
window handle
Example
m_objMLive.DeviceShowProps("audio", "device", 0)
m_objMLive.DeviceShowProps("audio", "device", 0);
m_objMLive.DeviceShowProps('audio', 'device', 0);
See Also

Reference

IMDevice Interface
IMDevice Members