137 |
\param data Input - C wrapper for Data. |
\param data Input - C wrapper for Data. |
138 |
\param sampleNo Input - The sample number. |
\param sampleNo Input - The sample number. |
139 |
|
|
|
Buffers can be created and freed using the allocSampleBuffer and freeSampleBuffer calls. |
|
140 |
*/ |
*/ |
141 |
ESCRIPT_DLL_API double __const * getSampleDataRO(escriptDataC* data, int sampleNo); |
ESCRIPT_DLL_API double __const * getSampleDataRO(escriptDataC* data, int sampleNo); |
142 |
/* Placement of __const might be important. See .cpp */ |
/* Placement of __const might be important. See .cpp */ |
152 |
\param data Input - C wrapper for Data. |
\param data Input - C wrapper for Data. |
153 |
\param sampleNo Input - The sample number. |
\param sampleNo Input - The sample number. |
154 |
|
|
|
Buffers can be created and freed using the allocSampleBuffer and freeSampleBuffer calls. |
|
155 |
*/ |
*/ |
156 |
ESCRIPT_DLL_API double __const* getSampleDataROFast(escriptDataC* data, int sampleNo); |
ESCRIPT_DLL_API double __const* getSampleDataROFast(escriptDataC* data, int sampleNo); |
157 |
|
|