openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
sound
ResampleTrivial.hh
Go to the documentation of this file.
1
#ifndef RESAMPLETRIVIAL_HH
2
#define RESAMPLETRIVIAL_HH
3
4
#include "
ResampleAlgo.hh
"
5
6
namespace
openmsx {
7
8
class
ResampledSoundDevice;
9
10
class
ResampleTrivial
:
public
ResampleAlgo
11
{
12
public
:
13
ResampleTrivial
(
ResampledSoundDevice
& input);
14
virtual
bool
generateOutput
(
int
* dataOut,
unsigned
num,
15
EmuTime::param
time);
16
17
private
:
18
ResampledSoundDevice
& input;
19
};
20
21
}
// namespace openmsx
22
23
#endif
Generated on Mon May 20 2013 12:16:59 for openMSX by
1.8.1.2