MythTV master
audiooutputdownmix.h
Go to the documentation of this file.
1#ifndef AUDIOOUTPUTDOWNMIX
2#define AUDIOOUTPUTDOWNMIX
3
5{
6public:
7 static int DownmixFrames(int channels_in, int channels_out,
8 float *dst, const float *src, int frames);
9};
10
11#endif
static int DownmixFrames(int channels_in, int channels_out, float *dst, const float *src, int frames)