~ubuntu-branches/ubuntu/natty/vlc/natty

« back to all changes in this revision

Viewing changes to modules/visualization/galaktos/PCM.h

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-06-25 01:09:16 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20100625010916-asxhep2mutg6g6pd
Tags: 1.1.0-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - build and install the libx264 plugin
  - add Xb-Npp header to vlc package
  - Add apport hook to include more vlc dependencies in bug reports
* Drop xulrunner patches.
* Drop 502_xulrunner_191.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
void initPCM(int maxsamples);
3
 
void addPCM(int16_t [2][512]);
4
 
void getPCM(double *data, int samples, int channel, int freq, double smoothing, int derive);
5
 
void freePCM();
6
 
int getPCMnew(double *PCMdata, int channel, int freq, double smoothing, int derive,int reset);