Microsoft DirectX 9.0

IMSVidEncoder::get_VideoEncoderInterface

This topic applies to Windows XP Service Pack 1 only.

The get_VideoEncoderInterface method retrieves a pointer to the video encoder interface.

Syntax

HRESULT get_VideoEncoderInterface(
  IUnknown **ppEncInt
);

Parameters

  ppEncInt

[out]  Pointer to a variable that receives an IUnknown interface pointer. The caller can query this interface for the IEncoderAPI interface.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

If the method succeeds, the caller must release the IUnknown interface.

See Also