Skip to content

Commit f82cc23

Browse files
committed
Fixing default behavior
1 parent e418916 commit f82cc23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/Sources/SCRecordSession.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ - (id)init {
117117
_currentRecordDuration = kCMTimeZero;
118118
_videoTimeScale = 1;
119119
_shouldTrackRecordSegments = YES;
120+
_shouldDropFrames = YES;
120121
_date = [NSDate date];
121122

122123
long timeInterval = (long)[_date timeIntervalSince1970];

0 commit comments

Comments
 (0)