Add bindings for RIDs in iOS SDK.

This adds bindings for RIDs in RtpEncodingParameters.

Bug: webrtc:10464
Change-Id: I3cc25db25a4d777b9d9573ba69c82127d1c9a597
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128826
Reviewed-by: Anders Carlsson <andersc@webrtc.org>
Commit-Queue: Amit Hilbuch <amithi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27322}
This commit is contained in:
Amit Hilbuch
2019-03-26 10:42:28 -07:00
committed by Commit Bot
parent a524f95a13
commit ce50b000d9
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,9 @@ NS_ASSUME_NONNULL_BEGIN
RTC_OBJC_EXPORT
@interface RTCRtpEncodingParameters : NSObject
/** The idenfifier for the encoding layer. This is used in simulcast. */
@property(nonatomic, copy, nullable) NSString *rid;
/** Controls whether the encoding is currently transmitted. */
@property(nonatomic, assign) BOOL isActive;