ltmmCompressors.Find Method

Visual Basic Example

Visual Basic Example 2

Convert DVD With Subtitles Example

 

Syntax

object.Find(Name As String) As Long

Remarks

Retrieves the index of the compressor Also known as an encoder Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder., this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder Also known as a decompressor, this is a module or algorithm to decompress data.. that matches the specified name.

A compressor’s name is unique.

An application can use this method to find a specific compressor. A compressor’s name can be retrieved with the ltmmCompressor.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.

Platforms

Win32, x64

See Also

Elements:

ltmmCompressors.Item Method, ltmmCompressor.Name Property, LTMM DirectShow Filter List Utility

Topics:

Multimedia Properties, Methods and Events