Skip to content

Commit 28a843c

Browse files
cloudwebrtchiroshihorie
authored andcommitted
Darwin improvements
[Mac/iOS] feat: Add RTCYUVHelper for darwin. (webrtc-sdk#28) Cross-platform `RTCMTLVideoView` for both iOS / macOS (webrtc-sdk#40) rotationOverride should not be assign (webrtc-sdk#44) [ObjC] Expose properties / methods required for AV1 codec support (webrtc-sdk#60) Workaround: Render PixelBuffer in RTCMTLVideoView (webrtc-sdk#58) Improve iOS/macOS H264 encoder (webrtc-sdk#70) fix: fix video encoder not resuming correctly upon foregrounding (webrtc-sdk#75). Co-authored-by: Hiroshi Horie <[email protected]>
1 parent 83e124e commit 28a843c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/objc/api/peerconnection/RTCPeerConnectionFactory.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ RTC_OBJC_EXPORT
8181
*/
8282
- (RTC_OBJC_TYPE(RTCRtpCapabilities) *)rtpReceiverCapabilitiesForKind:(NSString *)kind;
8383

84+
- (RTC_OBJC_TYPE(RTCRtpCapabilities) *)rtpSenderCapabilitiesFor:(RTCRtpMediaType)mediaType;
85+
86+
- (RTC_OBJC_TYPE(RTCRtpCapabilities) *)rtpReceiverCapabilitiesFor:(RTCRtpMediaType)mediaType;
87+
8488
/** Initialize an RTCAudioSource with constraints. */
8589
- (RTC_OBJC_TYPE(RTCAudioSource) *)audioSourceWithConstraints:
8690
(nullable RTC_OBJC_TYPE(RTCMediaConstraints) *)constraints;

0 commit comments

Comments
 (0)