Microsoft DirectX 9.0

IMPEG2Component::put_PID

The put_PID method sets the packet identifier (PID) for this substream.

Syntax

HRESULT put_PID(
    long PID
    );

Parameters

PID

[in]  Specifies the PID.

Return Values

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

See Also