LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Generic Filters > Meta Info > ILMMetaInfoElement Interface |
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.
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.
ILMMetaInfoElement Interface
This is the interface for the LEAD Meta Info Object
Type |
Name |
Description |
long |
Count |
Read Only. Gets the number of items. |
ILMMetaInfoElement |
Item |
Read Only. Gets the item at a given index [long]. |
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" |
|
Name |
Read Only. Gets the name of the element. |
|
ILMMetaInfoAttributes |
Attributes |
Read Only. Gets the attributes of the element. |
IPictureDisp |
Picture |
Read Only. Gets the artwork for the element. |
double |
Duration |
Read Only. Gets the duration in seconds. |
VARIANT_BOOL |
IsValidArtwork |
Read Only. Determines whether the artwork is valid (VARIANT_TRUE) or not (VARIANT_FALSE) |