- added bridge for contentMode (macOS) [skip ci]

This commit is contained in:
overtake 2020-08-11 20:07:19 +03:00
parent 0ae27402c6
commit cfdbf1bbaf

View File

@ -99,7 +99,9 @@ typedef NS_ENUM(int32_t, OngoingCallDataSavingWebrtc) {
- (void)setOnFirstFrameReceived:(void (^ _Nullable)(float))onFirstFrameReceived;
- (void)setOnOrientationUpdated:(void (^ _Nullable)(OngoingCallVideoOrientationWebrtc))onOrientationUpdated;
- (void)setOnIsMirroredUpdated:(void (^ _Nullable)(bool))onIsMirroredUpdated;
#ifdef WEBRTC_MAC
- (void)setVideoContentMode:(CALayerContentsGravity _Nonnull )mode;
#endif
@end
@interface OngoingCallThreadLocalContextVideoCapturer : NSObject