Page 1 of 1

TStockAudioRecorder DeviceID

PostPosted: July 13th, 2013, 8:22 pm
by Alexis
Hello , i use the TStockAudioRecorder Component in my Project , but i noticed an issue :

When i change the DeviceName something like this :

Code: Select all
StockAudioRecorder.DeviceID:=Devices.ItemIndex; // --> Devices is A listBox holds all available Devices


The StockAudioRecorder doesn't get notified by this Change , but it still uses the Predefined DeviceID .

So what should i do : is there any Update routine or any other routine that can notify the StockAudioRecorder to use the Selected DeviceID ?


many thanks