Home | History | Annotate | Download | only in include

Lines Matching full:samples

78                                  samples.*/
80 audio device. The MMSystem is not providing any more samples, or the
83 be fixed by decreasing the number of samples that you want to retrieve or by
84 waiting till samples are available. A time out period is set internally on
90 AUDIOIN_FIFOOVERRUN, /* @emem The buffer has been overfilled with audio samples. You can still retrieve
91 samples from the FIFO with the lhs_audioinGetSamples function, but the audio-in
94 AUDIOIN_FLUSHED, /* @emem The buffer has been overfilled with audio samples. You can no longer retrieve
95 samples from the FIFO, since you already emptied it with lhs_audioinGetSamples.
99 AUDIOIN_HWOVERRUN, /* @emem The buffer has been overfilled with audio samples inside the device component
102 recommended to initialize the audio-in component before retrieving samples
116 unsigned long u32SamplesAvailable; /* @field The number of Samples still available in the audio Buffer after
125 AUDIOIN_MSG_DATA, // audio samples are available
131 /* callback function for "samples ready" notification */
163 unsigned long u32SamplesPerFrame, /*@parm [in] Size, in samples, of each individual frame. */
186 unsigned long u32NbrOfSamples, /*[in] <nl><bold Input:> Number of samples requested per callback */
208 unsigned long * u32NbrOfSamples, /*[in/out] <nl><bold Input:> The requested number of samples to be filled in
210 to contain the requested number of samples, also note how the u32NbrOfSamples
213 <nl><bold Output:> The actual number of recorded audio samples written in pBuffer.
216 void * pAudioBuffer, /*[out] Buffer that contains the recorded samples. The memory used for this
218 make sure that this memory can contain the requested number of samples. The memory