IPictureMixer2::SetItemCounter

From MediaLooks Knowledge Base
Jump to: navigation, search

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

Contents

Syntax

HRESULT SetItemCounter(
            [in] int _nCookie,
            [in] int _nCounter
);

Parameters

NameDescription
_nCookie[in] Cookie of the item.
_nCounter[in] Represents the counter value.


Return Values

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


Remarks

None.

Personal tools