RPR PCM Sink CreateEx

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
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==
===Perl===
===Perl===

Revision as of 10:34, 11 November 2009

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

Perl


Python


See Also

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