RPR PCM Sink CreateEx

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Perl)
(Examples)
 
(One intermediate revision not shown)
Line 21: Line 21:
==Examples==
==Examples==
===C++===
===C++===
-
<pre>
+
<source lang=cpp>
-
</pre>
+
</source>
 +
 
 +
 
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
 +
 
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
-
{{SeeAlsoPCMFunctions}}
+
{{SeeAlso_pcm}}
 +
 
 +
''(Section automatically generated, edits may be overwritten.)''
==Stuff==
==Stuff==

Latest revision as of 10:29, 29 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR PCM Sink CreateEx
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR PCM Sink CreateEx

Contents

PCM_Sink_CreateEx()

PCM_sink* PCM_Sink_Create(const char* filename, const char* cfg, int cfgl, int nch, int srate, boolbuildpeaks) deprecated
PCM_sink* PCM_Sink_CreateEx(void* proj, const char* filename, const char* cfg, int cfgl, int nch, int srate, bool buildpeaks)

Parameters

void* proj,
const char* filename,
const char* cfg,
int cfgl, int nch,
int srate,
bool buildpeaks

Returns

An array, containing
 PCM_sink*
 void* proj,
 const char* filename,
 const char* cfg,
 int cfgl, int nch,
 int srate,
 bool buildpeaks

Examples

C++

 


Perl

 


Python

 

See Also

pcm: PCM_Sink_Create, PCM_Sink_CreateEx, PCM_Sink_CreateMIDIFile, PCM_Sink_CreateMIDIFileEx, PCM_Sink_Enum, PCM_Sink_GetExtension, PCM_Sink_ShowConfig, PCM_Source_CreateFromFile, PCM_Source_CreateFromFileEx, PCM_Source_CreateFromSimple, PCM_Source_CreateFromType,

(Section automatically generated, edits may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR PCM Sink CreateEx
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR PCM Sink CreateEx

Personal tools