Removes more unused ADM APIs:
- RecordingDelay() - LastError() Bug: webrtc:7306 Change-Id: I3bb9cd243a1464f0ba612787c854eeb6602c7e38 Reviewed-on: https://webrtc-review.googlesource.com/12060 Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20326}
This commit is contained in:
@ -1425,13 +1425,6 @@ int32_t AudioDeviceLinuxALSA::PlayoutDelay(uint16_t& delayMS) const
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t AudioDeviceLinuxALSA::RecordingDelay(uint16_t& delayMS) const
|
||||
{
|
||||
// Adding 10ms adjusted value to the record delay due to 10ms buffering.
|
||||
delayMS = (uint16_t)(10 + _recordingDelay * 1000 / _recordingFreq);
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool AudioDeviceLinuxALSA::Playing() const
|
||||
{
|
||||
return (_playing);
|
||||
|
||||
Reference in New Issue
Block a user