This class represents an element of video capture device property.
Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 2.0
Method | Description | ||
getElementID | Gets the GUID of the Element. |
||
getInterface | Returns the desired interface to the element, if it exists. |
||
getInterfacePtr | Retrieves a pointer to an interface of this element. The type of desired interface is determined by the parameter. |
||
getInterfaces | Returns all interfaces that are contained by the element. |
||
getName | Gets the display name of the element. |
||
getNameW | Gets the display name of the element. |
||
getParent | Retrieves the item to which this element belongs. |
||