ILMMetaInfoTitle Interface

This is the interface for the LEAD Meta Info Object.

 

Interface Properties

 

Type

Name

Description

BSTR When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves.

MatchName

Read only. Gets the match name, this might be a bit different from the searched text, it contains the match text for searched title.

long

MatchConfidence

Read only. Gets a percentage (1-100%) of how close is this match to the searched title. 100 is exact match.

ILMMetaInfoElement

Element

Read only. Gets a met info element according to a given path.

BSTR When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves.

Content

Read Only. Gets a text value representing a content for the given path, possible values can be:

   "METADATA/MDR-DVD/dvdTitle"

   "METADATA/MDR-DVD/director"

   "METADATA/MDR-DVD/leadPerformer"

   "METADATA/MDR-DVD/genre"

   "METADATA/MDR-DVD/studio"

   "METADATA/MDR-DVD/releaseDate"

   "METADATA/MDR-DVD/dataProvider"

 

BSTR When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves.

Attribute

Read Only. Gets a text value representing an attribute for the given path.

IPictureDisp

Picture

Read Only. Gets the artwork for the title.

double

Duration

Read Only. Gets title's duration in seconds

VARIANT_BOOL

IsValidArtwork

Read Only. Determines if the artwork is valid (VARIANT_TRUE) or not (VARIANT_FALSE)

long

ChapterCount

Read Only. Gets number of chapters.