LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Multiplexers and Demultiplexers > Multiplexers > LEAD MXF Multiplexer > ILMMxfMuxMetaTracks Interface |
Type |
Name |
Description |
long |
Count |
(Read-only) Gets the current count of meta tracks. |
Item( long index ) |
Gets the meta track for the specified index. |
Description
Removes all existing meta tracks from the collection.
Returns
S_OK if successful, < 0 if an error occurred.
Parameters
pTrk |
Pointer to a meta track object.. |
Description
Adds a meta track object to the collection.
Returns
S_OK if successful, < 0 if an error occurred.
Common error codes:
E_POINTER [0x80004003] pTrk is NULL