1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AXRmtGetSamplesLeft</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXRmtGetSamplesLeft</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/ax.h> 19 20s32 AXRmtGetSamplesLeft(void); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<p>None.</p> 25 26<h2>Return Values</h2> 27<p> 28Returns the number of retrievable samples. 29</p> 30 31<H2>Description</H2> 32<p>Returns the number of samples of audio data that can be retrieved for the controller speaker. Audio data is saved in the internal buffer of AX.</p> 33<p>The value returned by the <code>AXRmtGetSamplesLeft</code> function is shared by all controller speakers.</p> 34 35<H2>See Also</H2> 36<p>None.</p> 37 38<H2>Revision History</H2> 39<P> 402006/07/31 Initial version.<BR> 41</P> 42 43<hr><p>CONFIDENTIAL</p></body> 44</html>