1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::snd::CTR::Bcwav</title> 49 </head> 50 <body> 51<h1><CODE><a href="../../../../nn/Overview.html">nn</a>::<a href="../../../../nn/snd/Overview.html">snd</a>::<a href="../../../../nn/snd/CTR/Overview.html">CTR</a>::Bcwav</CODE> Class</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54<pre class="definition">class Bcwav</pre> 55 </div> 56<h2>Description</h2> 57 <div class="section"> 58<p>Definition of a class that handles BCWAV files.</p><p> 59The <CODE>nn::snd::Bcwav</CODE> class is used to access data that has been converted by <CODE>ctr_WaveConverter.exe</CODE> (BCWAV files). 60 </p></div> 61 <a name="struct" id="struct"> 62<h2>Structures</h2> 63 <div class="section"> 64 <table class="members"> 65 <tr> 66 <th> 67<a href="../../../../nn/snd/CTR/Bcwav/DspAdpcmInfo/Overview.html"><CODE>nn::snd::CTR::Bcwav::DspAdpcmInfo</CODE></a> 68 </th> 69<td><CODE>DspAdpcm</CODE> information.</td> 70 </tr> 71 <tr> 72 <th> 73<a href="../../../../nn/snd/CTR/Bcwav/WaveInfo/Overview.html"><CODE>nn::snd::CTR::Bcwav::WaveInfo</CODE></a> 74 </th> 75<td>Waveform information.</td> 76 </tr> </table> 77 </div> 78 </a> <a name="enum" id="enum"> 79<h2>Enumerated Types</h2> 80 <div class="section"> 81 <table class="members"> 82 <tr> 83 <td width="100"> </td> 84 <th> 85<a href="../../../../nn/snd/CTR/Bcwav/Encoding.html"><CODE>Encoding</CODE></a> 86 </th> 87<td>Enumerated type representing encoding formats.</td> 88 </tr> 89 <tr> 90 <td width="100"> </td> 91 <th> 92<a href="../../../../nn/snd/CTR/Bcwav/ChannelIndex.html"><CODE>ChannelIndex</CODE></a> 93 </th> 94<td>Enumerated type representing channels.</td> 95 </tr> </table> 96 </div> 97 </a> <a name="function" id="function"> 98<h2>Member Functions</h2> 99 <div class="section"> 100 <table class="members"> 101 <tr> 102<th class="category" colspan="3">BCWAV File Operations</th> 103 </tr> 104 <tr> 105 <td width="100"> 106<span class="static_style" title="static">S</span> </td> 107 <th> 108<a href="../../../../nn/snd/CTR/Bcwav/GetWaveInfo.html"><CODE>GetWaveInfo</CODE></a> 109 </th> 110<td>Gets basic information about a waveform.</td> 111 </tr> 112 <tr> 113 <td width="100"> 114<span class="static_style" title="static">S</span> </td> 115 <th> 116<a href="../../../../nn/snd/CTR/Bcwav/GetChannelCount.html"><CODE>GetChannelCount</CODE></a> 117 </th> 118<td>Gets the number of channels in a waveform.</td> 119 </tr> 120 <tr> 121 <td width="100"> 122<span class="static_style" title="static">S</span> </td> 123 <th> 124<a href="../../../../nn/snd/CTR/Bcwav/GetWave.html"><CODE>GetWave</CODE></a> 125 </th> 126<td>Gets waveform data (excluding the header).</td> 127 </tr> 128 <tr> 129 <td width="100"> 130<span class="static_style" title="static">S</span> </td> 131 <th> 132<a href="../../../../nn/snd/CTR/Bcwav/GetDspAdpcmInfo.html"><CODE>GetDspAdpcmInfo</CODE></a> 133 </th> 134<td>Gets DSP ADPCM information.</td> 135 </tr> 136 <tr> 137 <td width="100"> 138<span class="static_style" title="static">S</span> </td> 139 <th> 140<a href="../../../../nn/snd/CTR/Bcwav/FrameToByte.html"><CODE>FrameToByte</CODE></a> 141 </th> 142<td>Calculates the number of bytes required to store the specified number of samples in the specified format.</td> 143 </tr> 144 <tr> 145 <td width="100"> 146<span class="static_style" title="static">S</span> </td> 147 <th> 148<a href="../../../../nn/snd/CTR/Bcwav/AddOffsetToPtr.html"><CODE>AddOffsetToPtr</CODE></a> 149 </th> 150<td>Returns the value resulting from adding an offset to a pointer.</td> 151 </tr> 152 <tr> 153 <td width="100"> 154<span class="static_style" title="static">S</span> </td> 155 <th> 156<a href="../../../../nn/snd/CTR/Bcwav/IsBcwav.html"><CODE>IsBcwav</CODE></a> 157 </th> 158<td>Determines whether a file is a BCWAV file.</td> 159 </tr> </table> 160 </div> 161 </a> 162<h2>Revision History</h2> 163 <div class="section"> 164 <dl class="history"> 165 <dt>2010/08/06</dt> 166<dd>Initial version.<br /> 167 </dd> 168 </dl> 169 </div> 170 <hr><p>CONFIDENTIAL</p></body> 171</html> 172