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