Microsoft DirectX 8.1 (C++)

IMPEG2Component::put_PCRPID

The put_PCRPID method sets the MPEG2 Packet ID for this substream's timestamps.

Syntax

HRESULT put_PCRPID(
    short PCRPID
    );

Parameters

PCRPID

[in] Variable of type short that specifies 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