Partager via


IMPEG2Component::put_PID

 
Microsoft DirectShow 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.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also