mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Fix RecordingDevice:start().
--HG-- branch : minor
This commit is contained in:
@@ -76,6 +76,11 @@ public:
|
||||
**/
|
||||
virtual int getSampleCount() const = 0;
|
||||
|
||||
/**
|
||||
* Gets the maximum number of samples that will be buffered, as set by start().
|
||||
**/
|
||||
virtual int getMaxSamples() const = 0;
|
||||
|
||||
/**
|
||||
* @return Sample rate for recording.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user