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>C Specification</h2> 17 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21s32 AXRmtGetSamplesLeft(void);</code></pre> 22</BLOCKQUOTE> 23 24<h2>Arguments</h2> 25 26<p>None.</p> 27 28<h2>Return Values</h2> 29<p> 30Returns the number of retrievable samples. 31</p> 32 33<H2>Description</H2> 34 35<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> 36 37<p>The value returned by <code>AXRmtGetSamplesLeft</code> is shared by all controller speakers.</p> 38 39<H2>See Also</H2> 40 41<H2>Revision History</H2> 42 43<P>2006/07/31 Initial version.</P> 44 45<hr> 46<P>CONFIDENTIAL</p> 47</BODY> 48</HTML>