mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
made getRecordingDevices keep already existing devices
--HG-- branch : minor-mic-input
This commit is contained in:
@@ -30,7 +30,7 @@ namespace null
|
||||
|
||||
const char *RecordingDevice::name = "null";
|
||||
|
||||
RecordingDevice::RecordingDevice(const char *, int)
|
||||
RecordingDevice::RecordingDevice(const char *)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace null
|
||||
class RecordingDevice : public love::audio::RecordingDevice
|
||||
{
|
||||
public:
|
||||
RecordingDevice(const char *name, int id);
|
||||
RecordingDevice(const char *name);
|
||||
virtual ~RecordingDevice();
|
||||
virtual bool startRecording();
|
||||
virtual bool startRecording(int samples, int sampleRate, int bitDepth, int channels);
|
||||
|
||||
Reference in New Issue
Block a user