IMSVidEncoder::get_AudioEncoderInterface
Microsoft DirectShow 9.0 |
IMSVidEncoder::get_AudioEncoderInterface
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( 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.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also