ltmmCaptureInputs.Find Method

Visual Basic example

Syntax

object.Find(Name As String) As Long

Remarks

Retrieves the index of the capture input that matches the specified name.

An input’s name is unique. An application can use this method to find a specific input. An input’s name can be retrieved with the ltmmCaptureInput.Name property.

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

See Also

Elements:

ltmmCaptureInputs.Item Method, ltmmCaptureInput.Name Property

Topics:

Multimedia Properties, Methods and Events