Microsoft DirectX 9.0

IAudioStreamSample::GetAudioData

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