Microsoft DirectX 8.1 (C++) |
Retrieves the address of a pointer to the IAudioData object associated with the sample.
Syntax
HRESULT GetAudioData(
IAudioData **ppAudio
);
Parameters
ppAudio
[out] Address of a pointer to the IAudioData object.
Return Value
Returns S_OK if successful or E_POINTER if the parameter is NULL.
See Also