IVCDPropertyItems

This class is a collection of IVCDPropertyItem objects.

Information

    Header File: tisudshl.h
    Namespace: DShowLib
    Introduced in version 2.0

Methods

Method Description
findElement

Searches the collection for a IVCDPropertyElement with a given combination of item and element id.

findInterface

Searches the collection for a IVCDPropertyInterface with a given combination of item, element and interface id.

findInterfacePtr

Searches the collection for a IVCDPropertyInterface with a given combination of item, element and interface id. In contrast to the findInterface method, this method has a templated output parameter, and the found and the type of this parameter is queried from the found interface.

findItem

Searches the collection for a IVCDPropertyItem with the given item id.

getCategoryMap

Returns a data structure mapping the available properties to categories.

getIndex

Returns an tVCDPropertyItemArray with the IVCDPropertyItems in this collection.

load

Restores the values of all VCD Property Items with the data provided in an XML string.

save

Saves the values of all VCD Property Items to an XML string.

<< Classes