Android: Add helper function for converting Integer -> rtc::Optional<int>
Bug: webrtc:8278 Change-Id: I1c499a35c5fd77304ed2906ea61ef2322ec98cea No-Tree-Checks: true Reviewed-on: https://webrtc-review.googlesource.com/20876 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20750}
This commit is contained in:
committed by
Commit Bot
parent
9b16e2d354
commit
cdda0d99a3
@ -61,11 +61,6 @@ class VideoEncoderWrapper {
|
||||
return scalingSettings.high;
|
||||
}
|
||||
|
||||
@CalledByNative
|
||||
static int getIntValue(Integer i) {
|
||||
return i.intValue();
|
||||
}
|
||||
|
||||
@CalledByNative
|
||||
static VideoEncoder.Callback createEncoderCallback(final long nativeEncoder) {
|
||||
return (EncodedImage frame, VideoEncoder.CodecSpecificInfo info)
|
||||
|
||||
Reference in New Issue
Block a user