IDVDStreamControlInfo::GetPresentationTimes (Windows Embedded CE 6.0)
1/6/2010
This method returns the video object unit start presentation time (VOBU_S_PTM) and video object unit end presentation time (VOBU_E_PTM) from the presentation control information general information (PCI_GI) for the current video object unit (VOBU).
Syntax
HRESULT GetPresentationTimes(
UINT32* pMpegStart,
UINT32* pMpegEnd
);
Parameters
- pMpegStart
[out] Pointer to the VOBU_S_PTM for the current VOBU.
- pMpegEnd
[out] Pointer to the VOBU_E_PTM for the current VOBU.
Return Value
This method always returns S_OK.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |