mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 04:42:33 -07:00
AudioCore: SDL2 Sink
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user