Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP or later.
The Add method adds an audio renderer to the collection.
Syntax
HRESULT Add(
[in] IMSVidAudioRenderer *pDB
);
Parameters
- pDB [in]
Pointer to the audio renderer's IMSVidAudioRenderer interface.
Return Value
Returns an HRESULT value. Possible values include the following.
Return code | Description |
---|---|
S_OK |
Success. |
E_ACCESSDENIED |
The collection is read-only; cannot add any items. |
E_OUTOFMEMORY |
Insufficient memory. |
E_POINTER |
NULL pointer argument. |
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
IMSVidAudioRendererDevices Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008