Add scaleResolutionDownBy to RTCRtpEncodingParameters in ObjC SDK.
Bug: webrtc:10069 Change-Id: I3b34d689569b6a462b771969e383f5d9d7c8047e Reviewed-on: https://webrtc-review.googlesource.com/c/121404 Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Mirta Dvornicic <mirtad@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26531}
This commit is contained in:
committed by
Commit Bot
parent
30abc36444
commit
817aec8eca
@ -40,6 +40,11 @@ RTC_OBJC_EXPORT
|
||||
*/
|
||||
@property(nonatomic, copy, nullable) NSNumber *numTemporalLayers;
|
||||
|
||||
/** Scale the width and height down by this factor for video. If nil,
|
||||
* implementation default scaling factor will be used.
|
||||
*/
|
||||
@property(nonatomic, copy, nullable) NSNumber *scaleResolutionDownBy;
|
||||
|
||||
/** The SSRC being used by this encoding. */
|
||||
@property(nonatomic, readonly, nullable) NSNumber *ssrc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user