IMSVidEncoder::get_AudioEncoderInterface Method
This topic applies to Windows XP Service Pack 1 or later.
The get_AudioEncoderInterface method retrieves a pointer to the audio encoder interface.
Syntax
HRESULT get_AudioEncoderInterface(
[out] 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 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
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008