IAudioStreamSample::GetAudioData
Microsoft DirectShow 9.0 |
IAudioStreamSample::GetAudioData
- Note This interface is deprecated. New applications should not use it.
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 Values
Returns S_OK if successful or E_POINTER if the parameter is NULL.
See Also