ltmmCompressor.Name Property

Visual Basic Example

Visual Basic Example 2

 

Syntax

object.Name As String

Remarks

(Read-only). Gets the compressor’s unique name.

The returned string can be used to uniquely identify a 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...

A program can save this value to persistent storage and used later with the ltmmCompressors.Find method to restore the compressor selection.

Platforms

Win32, x64

See Also

Elements:

ltmmCompressor.FriendlyName Property, ltmmCompressors.Find Method

Topics:

Multimedia Properties, Methods and Events