1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>MIC_GetLastSamplingAddress</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MIC_GetLastSamplingAddress <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1>
15
16<h2>Syntax</h2>
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/spi.h&gt;</CODE><BR>
20  <PRE><CODE>void*  MIC_GetLastSamplingAddress( void );</CODE></PRE>
21  </dd>
22</dl>
23
24<h2>Arguments</h2>
25<P>
26None.
27</P>
28
29<h2>Return Values</h2>
30<P>
31Returns the address where the last sampled data are stored.
32</P>
33
34<H2>Description</H2>
35<P>
36When called either during or after microphone auto-sampling or frequency-limited microphone auto-sampling, this function gets the buffer address storing the last data that was sampled. A value of <CODE>NULL</CODE> will be returned when sampling has never been done, such as immediately after the MIC library is initialized, or immediately after the <CODE><A href="MIC_StartAutoSampling.html">MIC_StartAutoSampling</A></CODE> or <CODE><A href="MIC_StartLimitedSampling.html">MIC_StartLimitedSampling</A></CODE> function has been used to start auto-sampling.
37</P>
38
39<H2>See Also</H2>
40<P>
41<CODE><A href="MIC_StartAutoSampling.html">MIC_StartAutoSampling</A>, <A href="MIC_StartAutoSamplingAsync.html">MIC_StartAutoSamplingAsync</A>, <A href="MIC_StartLimitedSampling.html">MIC_StartLimitedSampling</A>, <A href="MIC_StartLimitedSamplingAsync.html">MIC_StartLimitedSamplingAsync</A></CODE>
42</P>
43
44<H2>Revision History</H2>
45<P>
462007/11/17 Added a description of operations during frequency-limited auto-sampling. <BR>2004/11/04 Clarified the return values before sampling is performed. <BR>2004/06/01 Initial version.
47</P>
48<hr><p>CONFIDENTIAL</p></body>
49</html>
50