Share via


IMSVidEncoder::get_VideoEncoderInterface method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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

Syntax

HRESULT get_VideoEncoderInterface(
  [out] IUnknown **ppEncInt
);

Parameters

[out] ppEncInt

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

Return value

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.

Requirements

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidEncoder Interface