Re: getting wavedata from waveOutWrite
- From: "bd" <bd@xxxxxxxxx>
- Date: Mon, 24 Oct 2005 16:01:47 -0700
typedef struct {
LPSTR lpData;
DWORD dwBufferLength;
DWORD dwBytesRecorded;
DWORD_PTR dwUser;
DWORD dwFlags;
DWORD dwLoops;
struct wavehdr_tag * lpNext;
DWORD_PTR reserved;
} WAVEHDR;
Why dont you use dwBufferLength and dwBytesRecorded ??
"keshav" <keshavnayase@xxxxxxxxx> wrote in message
news:1129879358.642191.224810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I want to record the stream played by a specific application for that I
> am hooking waveOutXXX api's of that application now I am able to
> hook(trap) that api .I can nullify the data my clearingthe whole buffer
> but not able to get the exact length of that data present in the
> WAVEHEADER structure. So is there anyone who can help in retriving the
> data from waveoutwrie and writing that to a wav file?
> Please help me regardin this
>
.
- References:
- getting wavedata from waveOutWrite
- From: keshav
- getting wavedata from waveOutWrite
- Prev by Date: Re: "SystemParametersInfo()" problem
- Next by Date: Re: EXCEPTION_INVALID_HANDLE woes
- Previous by thread: getting wavedata from waveOutWrite
- Next by thread: Re: How to install global hooks?
- Index(es):
Relevant Pages
|