Microsoft DirectX 9.0

IMPEG2Component::put_ProgramNumber

The put_ProgramNumber method sets the program number for this substream.

Syntax

HRESULT put_ProgramNumber(
    long ProgramNumber
    );

Parameters

ProgramNumber

[in]  Specifies the program number.

Return Values

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

See Also