IPictureMixer2::GetItemCounter

From MediaLooks Knowledge Base
Jump to: navigation, search

The GetItemCounter method of the IPictureMixer2 interface is used to retrieve an item counter, of the given item, for eTime, eDate, eCounter, eSMPTETimeCode. For details see description of the OVERLAY_PROPS structure.

Contents

Syntax

HRESULT GetItemCounter(
            [in] int _nCookie,
            [out] int* _pnCounter
);

Parameters

NameDescription
_nCookie[in] Cookie of the item.
_pnCounter[out] Points to the counter value.


Return Values

Return code Description
S_OK Success.
E_OUTOFMEMORY Insufficient memory.
E_POINTER Null pointer argument.


Remarks

None.

Personal tools