Skip to content

Commit 8396abd

Browse files
santhoshvaiipavlidakis
authored andcommitted
add missed merges (#47)
# Conflicts: # sdk/objc/native/src/audio/audio_device_ios.mm
1 parent 115a4f2 commit 8396abd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

media/engine/webrtc_video_engine.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ class WebRtcVideoSendChannel : public MediaChannelUtil,
286286
}
287287
return send_codec()->rtx_time;
288288
}
289+
289290
private:
290291
struct ChangedSenderParameters {
291292
// These optionals are unset if not changed.
@@ -719,9 +720,6 @@ class WebRtcVideoReceiveChannel : public MediaChannelUtil,
719720
void SetDepacketizerToDecoderFrameTransformer(
720721
scoped_refptr<FrameTransformerInterface> frame_transformer);
721722

722-
void StartStream();
723-
void StopStream();
724-
725723
void SetLocalSsrc(uint32_t local_ssrc);
726724
void UpdateRtxSsrc(uint32_t ssrc);
727725
void StartReceiveStream();

sdk/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,7 @@ if (is_ios || is_mac) {
15741574
"objc/components/video_codec/RTCVideoEncoderH264.h",
15751575
"objc/components/video_frame_buffer/RTCCVPixelBuffer.h",
15761576
"objc/helpers/RTCDispatcher.h",
1577+
"objc/helpers/RTCYUVHelper.h",
15771578
# Added for Simulcast support
15781579
"objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h",
15791580
"objc/api/video_codec/RTCVideoEncoderSimulcast.h",

sdk/objc/api/peerconnection/RTCAudioDeviceModule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RTC_OBJC_EXPORT
3939
// Executes low-level API's in sequence to switch the device
4040
// Use outputDevice / inputDevice property unless you need to know if setting the device is
4141
// successful.
42-
- (BOOL)trySetOutputDevice:(nullable RTCIODevice *)device;
43-
- (BOOL)trySetInputDevice:(nullable RTCIODevice *)device;
42+
- (BOOL)trySetOutputDevice:(nullable RTC_OBJC_TYPE(RTCIODevice) *)device;
43+
- (BOOL)trySetInputDevice:(nullable RTC_OBJC_TYPE(RTCIODevice) *)device;
4444

4545
- (BOOL)setDevicesUpdatedHandler: (nullable RTCOnAudioDevicesDidUpdate) handler;
4646

0 commit comments

Comments
 (0)