Microsoft Windows CE 3.0  

CPosPassThru::GetMediaTime

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves the starting and ending media times.

virtual HRESULT GetMediaTime(
LONGLONG *
pStartTime, 
LONGLONG *
pEndTime
);

Parameters

pStartTime
Returned starting media time.
pEndTime
Returned ending media time.

Return Values

Returns an HRESULTvalue (E_FAIL by default).

Remarks

Override this virtual member function to return the current samples' media time. This represents the current position in terms of media time (for example, frame 20 of a total 130 frames).