AudioCore: SDL2 Sink

This commit is contained in:
MerryMage 2016-04-27 10:57:29 +01:00
parent c1f0044a4b
commit 920d2cf41d
9 changed files with 182 additions and 3 deletions

View file

@ -19,7 +19,7 @@ public:
virtual ~Sink() = default;
/// The native rate of this sink. The sink expects to be fed samples that respect this. (Units: samples/sec)
virtual unsigned GetNativeSampleRate() const = 0;
virtual unsigned int GetNativeSampleRate() const = 0;
/**
* Feed stereo samples to sink.