DeviceClose Method (IMFDevice)
Closes the current device
Syntax
Sub DeviceClose() 
void DeviceClose()
procedure DeviceClose(); 
void DeviceClose(); 
Example

Here is an example of how to close a device:

m_objLive.DeviceClose(); // Close the device
See Also

Reference

IMFDevice Interface
IMFDevice Members