IMPEG2Component::put_PCRPID
Microsoft DirectShow 9.0 |
IMPEG2Component::put_PCRPID
The put_PCRPID method sets the packet identifier (PID) for the packets that contain the PCR for this substream.
Syntax
HRESULT put_PCRPID( long PCRPID );
Parameters
PCRPID
[in] Specifies 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