Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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_AudioEncoderInterface method retrieves a pointer to the audio encoder interface.
Syntax
HRESULT get_AudioEncoderInterface(
[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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows�XP with SP1 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | segment.h (include Msvidctl.h) |