Remove bitratePriority from the Obj-C RTCRtpEncodingParameters wrapper.

This was added in CL 135122, but the bitratePriority parameter is not
standard and not implemented in a way users would expect. So it should
actually not be exposed in the Obj-C SDK.

Bug: webrtc:10438
Change-Id: I801ce940a32701d2703e951ef2b601c606aa2111
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135287
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Commit-Queue: Anders Carlsson <andersc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27861}
This commit is contained in:
Anders Carlsson
2019-05-06 15:04:59 +02:00
committed by Commit Bot
parent 517678cc49
commit 86e0ea5711
2 changed files with 0 additions and 6 deletions

View File

@ -51,9 +51,6 @@ RTC_OBJC_EXPORT
/** The SSRC being used by this encoding. */
@property(nonatomic, readonly, nullable) NSNumber *ssrc;
/** The relative bitrate priority. */
@property(nonatomic, assign) double bitratePriority;
/** The relative DiffServ Code Point priority. */
@property(nonatomic, assign) double networkPriority;