IMPEG2Component::get_PCRPID
Microsoft DirectShow 9.0 |
IMPEG2Component::get_PCRPID
The get_PCRPID method returns the packet identifier (PID) for the packets that contain the PCR for this substream.
Syntax
HRESULT get_PCRPID( long* pPCRPID );
Parameters
pPCRPID
[out] Pointer to a variable that receives the PCR PID.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also