Редагувати

Поділитися через


GetFrameTimeStamp function

The GetFrameTimeStamp function returns the time stamp of a given frame.

Syntax

__int64 WINAPI GetFrameTimeStamp(
  _In_ HFRAME hFrame
);

Parameters

hFrame [in]

Handle to the frame.

Return value

If the function is successful, the return value is the time stamp of the frame in microseconds.

If the function is unsuccessful, the return value is minus one (-1).

Remarks

The GetFrameTimeStamp function returns a time stamp that shows the elapsed time between the start of the capture process, and the recording of the frame.

Experts and parsers can call the GetFrameTimeStamp function.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h
Library
Nmapi.lib
DLL
Nmapi.dll