Microsoft DirectX 8.1 (C++)

IMPEG2Component::put_PID

The put_PID method sets the packet identifier for this substream.

Syntax

HRESULT put_PID(
    short PID
    );

Parameters

PID

[in] Variable of type short that specifies the packet identifier.

Return Values

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

See Also