RPR PCM Sink CreateEx

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Examples)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=PCM_Sink_CreateEx()=
 +
'''PCM_sink* PCM_Sink_Create(const char* filename, const char* cfg, int cfgl, int nch, int srate, boolbuildpeaks)''' ''deprecated'' <br>
 +
'''PCM_sink* PCM_Sink_CreateEx(void* proj, const char* filename, const char* cfg, int cfgl, int nch, int srate, bool buildpeaks)'''
==Parameters==
==Parameters==
 +
void* proj,
 +
const char* filename,
 +
const char* cfg,
 +
int cfgl, int nch,
 +
int srate,
 +
bool buildpeaks
==Returns==
==Returns==
 +
An array, containing
 +
  PCM_sink*
 +
  void* proj,
 +
  const char* filename,
 +
  const char* cfg,
 +
  int cfgl, int nch,
 +
  int srate,
 +
  bool buildpeaks
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
 +
 +
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
 +
 
 +
 
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
 +
{{SeeAlso_pcm}}
 +
 +
''(Section automatically generated, edits may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

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