ltmmDevices.Find Method

Visual Basic Example

Syntax

object.Find(Name As String) As Long

Remarks

Retrieves the index of the device that matches the specified name.

A device’s name is unique. An application can use this method to find a specific device. A device’s name can be retrieved with the ltmmDevice.Name property or by using the LTMM DirectShow Filter List Utility.

If the method fails, an error is raised. For more information, refer to the Error Codes.

See Also

Elements:

ltmmDevices.Item Method, ltmmDevice.Name Property, LTMM DirectShow Filter List Utility

Topics:

Multimedia Properties, Methods and Events