Microsoft DirectX 8.1 (C++)

IMPEG2Component::get_PCRPID

The get_PCRPID method returns the MPEG2 Packet ID for this substream's time stamps.

Syntax

HRESULT get_PCRPID(
    Short* pPCRPID
    );

Parameters

pPCRPID

[out] Pointer to a variable of type short that receives the value of the packet ID.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also