IAudioRenderClient

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
@nogc nothrow extern (Windows)
interface IAudioRenderClient : IUnknown {}

Members

Functions

GetBuffer
HRESULT GetBuffer(UINT32 NumFramesRequested, BYTE* ppData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ReleaseBuffer
HRESULT ReleaseBuffer(UINT32 NumFramesWritten, DWORD dwFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta