Renamed methods.
Renaming inputSampleRate, outputSampleRate, terminate to avoid triggering Apple's private API check. Change-Id: I9857fb374bf30c4a6ef937fb183ef4858af7e0c1 Bug: webrtc:14193 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275641 Commit-Queue: Peter Hanspers <peterhanspers@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38094}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
bcf24f5bcd
commit
1a59cb6108
@ -171,7 +171,7 @@ RTC_OBJC_EXPORT @protocol RTC_OBJC_TYPE
|
||||
* must be notified back to native ADM via `-[RTCAudioDeviceDelegate
|
||||
* notifyAudioParametersChange]`.
|
||||
*/
|
||||
@property(readonly) double inputSampleRate;
|
||||
@property(readonly) double deviceInputSampleRate;
|
||||
|
||||
/**
|
||||
* Indicates current size of record buffer. Changes to this property
|
||||
@ -194,7 +194,7 @@ RTC_OBJC_EXPORT @protocol RTC_OBJC_TYPE
|
||||
* Indicates current sample rate of audio playback. Changes to this property
|
||||
* must be notified back to native ADM via `-[RTCAudioDeviceDelegate notifyAudioParametersChange]`.
|
||||
*/
|
||||
@property(readonly) double outputSampleRate;
|
||||
@property(readonly) double deviceOutputSampleRate;
|
||||
|
||||
/**
|
||||
* Indicates current size of playback buffer. Changes to this property
|
||||
@ -230,7 +230,7 @@ RTC_OBJC_EXPORT @protocol RTC_OBJC_TYPE
|
||||
* De-initializes RTCAudioDevice. Implementation should forget about `delegate` provided in
|
||||
* `initializeWithDelegate`.
|
||||
*/
|
||||
- (BOOL)terminate;
|
||||
- (BOOL)terminateDevice;
|
||||
|
||||
/**
|
||||
* Property to indicate if `initializePlayout` call required before invocation of `startPlayout`.
|
||||
|
||||
Reference in New Issue
Block a user