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>AXFXChorusGetMemSizeDpl2</TITLE> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<BODY> 12 13<H1 align="left">AXFXChorusGetMemSizeDpl2</H1> 14 15<H2>C Specification</H2> 16<BLOCKQUOTE> 17<PRE><CODE>#include <revolution.h> 18#include <revolution/axfx.h> 19 20s32 AXFXChorusGetMemSizeDpl2 (AXFX_CHORUS_DPL2 *chorus);</CODE></PRE> 21</BLOCKQUOTE> 22 23<H2>Arguments</H2> 24<TABLE border="1" cellpadding="3" cellspacing="0.1"> 25 <TBODY> 26 <TR> 27<TD width="120" bgcolor="#ffffe8"><EM><STRONG><code>chorus </code></STRONG></EM></TD> 28<TD width="520">Pointer to <code>AXFX_CHORUS_DPL2</code> structure with configured user parameters.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32 33<H2>Return Values</H2> 34<P>Returns the size of memory required by the Dolby Pro Logic II (DPL2) version of Chorus.</P> 35 36<H2>Description</H2> 37<P>The <code>AXFXChorusGetMemSizeDpl2</code> function returns the size of memory required by the DPL2 version of Chorus. The required memory size varies according to the settings in the <code>AXFX_CHORUS_DPL2</code> structure. The user must configure the <code>AXFX_CHORUS_DPL2</code> structure's user parameters prior to calling this function.</P> 38 39<P>The memory of the size returned by this function is allocated when the DPL2 version of Chorus is initialized using the <code>AXFXChorusInitDpl2</code> or <code>AXFXChorusSettingsDpl2</code> functions.</P> 40 41<H2>See Also</H2> 42<P> 43<code><A href="AXFX_CHORUS.html">AXFX_CHORUS_DPL2</A><br> <A href="AXFXChorusInitDpl2.html">AXFXChorusInitDpl2</A><br> <A href="AXFXChorusSettingsDpl2.html">AXFXChorusSettingsDpl2</A><br></code> 44</P> 45 46<H2>Revision History</H2> 47<P> 482007/08/09 Initial version.<br> 49</P> 50 51<hr><p>CONFIDENTIAL</p></body> 52</HTML> 53