ILMMxfMuxMetaTracks Interface

Properties

Type Name Description
long Count (Read-only) Gets the current count of meta tracks.
ILMMxfMuxMetaTrack * Item(long index) Gets the meta track for the specified index.

Methods

HRESULT Clear();

Description

Removes all existing meta tracks from the collection.

Returns

Return Description
S_OK Successful.
< 0 An error occurred.

HRESULT Add(ILMMxfMuxMetaTrack **pVal);

Description

Adds a meta track object to the collection.

Parameters

pVal

Pointer to a meta track object.

Returns

Return Description
S_OK Successful.
< 0 An error occurred.
E_POINTER [0x80004003] pVal is NULL.
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.