Microsoft DirectX 9.0

IMSVidEncoder::get_AudioEncoderInterface

This topic applies to Windows XP Service Pack 1 only.

The get_AudioEncoderInterface method retrieves a pointer to the audio encoder interface.

Syntax

HRESULT get_AudioEncoderInterface(
  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