Microsoft DirectX 9.0 SDK Update (Summer 2004) |
IDirectMusicSegment8::GetAudioPathConfig
The GetAudioPathConfig method retrieves an object that represents an audiopath configuration embedded in the segment. The object can be passed to IDirectMusicPerformance8::CreateAudioPath.
Syntax
HRESULT GetAudioPathConfig(
IUnknown** ppAudioPathConfig
);
Parameters
ppAudioPathConfig
Address of a variable that receives a pointer to the IUnknown interface of the audiopath configuration object.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the method may return one of the error values shown in the following table.
Return code |
DMUS_E_NO_AUDIOPATH_CONFIG |
E_POINTER |
Requirements
Header: Declared in dmusici.h.
See Also
© 2004 Microsoft Corporation. All rights reserved.